|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
The engine can be attached to an real image as its
another handle.
Parent Classes:
Methods:
- RealImageStatC()
-
Creates the engine attached to the empty image.
- RealImageStatC(const RealImageC & img)
-
Creates the engine attached to the image 'img'.
- RealImageStatC(const RealImageStatC & eng)
-
Creates another engine attached to the image which is attached
to the engine 'eng'.
- RealImageStatC(const RealImageC & img,const ImageRectangleC & rect)
-
Creates the engine attached to the subimage of the image 'img'
limited by the rectangle 'rect'.
- const RealImageStatC & operator=(const RealImageStatC & im)
-
Assigment.
Extremal values
---------------
- PixelC MaxPixel() const
-
Returns the first pixel with the maximum value.
- PixelC MinPixel() const
-
Returns the first pixel with the minimum value.
- MinMax1dC MinMax() const
-
Returns the extremal values in the image.
Mean and variance
-----------------
- Mean1dC::NumberT Count(RealT level) const
-
Returns the number of pixels at 'level' in the image.
- Mean1dC Mean() const
-
Returns the mean of intensities of all pixel values.
- LinearSums1dC IntensitySums() const
-
Returns the sums of intensities of all pixel values.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|