|
CbrVideoDoc | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
ipl::CImage |
ComputeDiff( CImage* One, CImage* Two )
This is a method for computing the difference between two CImages. |
ipl::CImage |
ConvertRGBtoGray( CImage* One, int* sizex, int* sizey )
Method that converts a RGB-CImage to grayscale. |
void |
CountNrOfObjects( CImage* Img, long* nrObjects, long* largestObject, double* avgObject )
Method that finsd information about the objects found in the difference image. |
void |
FindingHistoVar( CImage* img1, CImage* img2, int* minP, int* maxP, double* avgP1, double* avgP2, double* changeP )
Method for finding several histogram-related variables. |
void |
HistoEqImages( CImage* One, CImage* Two )
Method that performs a intensity correction of the images. |
void |
InitializeStart()
Method that controls the flow in the image processing module. |
Method Detail |
public ipl::CImage ComputeDiff( CImage* One, CImage* Two );
One
- The reference CImage
Two
- The alarm CImagepublic ipl::CImage ConvertRGBtoGray( CImage* One, int* sizex, int* sizey );
One
- The CImage that is going to be converted
sizex
- The x-size of the CImage
sizey
- The y-size of the CImagepublic void CountNrOfObjects( CImage* Img, long* nrObjects, long* largestObject, double* avgObject );
Img
- The difference CImage
nrObjects
- The number of objects found in the image
largestObject
- The size of the largest object found in the difference CImage
avgObject
- The average size of all objects found in the difference CImagepublic void FindingHistoVar( CImage* img1, CImage* img2, int* minP, int* maxP, double* avgP1, double* avgP2, double* changeP );
img1
- The reference CImage
img2
- The alarm CImage
minP
- The minimum intensity found in the alarm CImage
maxP
- The maximum intensity found in the alarm CImage
avgP1
- The average intensity found in the reference CImage
avgP2
- The average intensity found in the alarm CImage
changeP
- The change in average intensity between the two CImagespublic void HistoEqImages( CImage* One, CImage* Two );
One
- The reference CImage
Two
- The alarm CImagepublic void InitializeStart();
|
CbrVideoDoc | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |