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

  PUBLIC
RegClassMotC::RegClassMotC(void)
RegClassMotC::RegClassMotC(RealT)
RegClassMotC::Initialise(void)
RegClassMotC::Contains(const PixelC &,const ValT &) const
RegClassMotC::Distance(const PixelC &,const ValT &) const
RegClassMotC::Include(const PixelC &,const ValT &)
RegClassMotC::Remove(const PixelC &,const ValT &)
RegClassMotC::Counter(void)
RegClassMotC::Stat(void)
RegClassMotC::Save(ostream &) const
RegClassMotC<class ValT,class StatT>
 
Class to determine whether a pixel belongs to a region based on its motion vector.
 
include "amma/Region/RegClassMot.hh"
User Level:Default
Library:IPRegion
Example:exSeg.cc
Section:Image.Image Processing.Region.Homogeneity Criteria
In Scope:std

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