Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
RealImageStatC::RealImageStatC(void)
RealImageStatC::RealImageStatC(const RealImageC &)
RealImageStatC::RealImageStatC(const RealImageStatC &)
RealImageStatC::RealImageStatC(const RealImageC &,const ImageRectangleC &)
RealImageStatC::operator=(const RealImageStatC &)
RealImageStatC::MaxPixel(void) const
RealImageStatC::MinPixel(void) const
RealImageStatC::MinMax(void) const
RealImageStatC::Count(RealT) const
RealImageStatC::Mean(void) const
RealImageStatC::IntensitySums(void) const
RealImageStatC
 
The class RealImageStatC is an engine for computation of statistics on real images.
 
include "amma/RImgStat.hh"
User Level:Default
Library:ScalarIm
Example:exIter.cc
Section:Image.Image Processing
In Scope:std

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