|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Variables:
- int count;
-
- ValT mean;
-
- ValT total;
-
- RealT threshold;
-
Methods:
- RegClassMotC()
-
default constructor
- RegClassMotC(RealT threshold)
-
Constructor
- void Initialise()
-
Resets the statistics for the region
- BooleanT Contains(const PixelC & pxl,const ValT & val) const
-
Return TRUE if pxl belongs to the region
- RealT Distance(const PixelC & pxl,const ValT & val) const
-
Distance to the mean
- void Include(const PixelC & pxl,const ValT & val)
-
Update the statistics of the region for the included pixel
- void Remove(const PixelC & pxl,const ValT & val)
-
Update the statistics of the region for the stolen pixel
- IntT Counter()
-
the number of the member pixels within this cluster
- StatT Stat()
-
Return the statistics about the region
- BooleanT Save(ostream & out) const
-
|
Programmer:Fangxiang Cheng, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|