Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

xchen::Morphology Class Reference

#include <Morphology.H>

List of all members.

Public Methods

 Morphology ()
 Morphology (BitMap const &image)
void SetImage (BitMap const &image)
set< iE2 > const & operator() ()
 Do everything and return the result.

set< iE2 > const & GetCurrentFront () const
set< iE2 > const & GetCurrentCentralPoints () const
void Dilate ()
 Dilate to get the final central points from all regions of the given image.

bool Dilate (int step)
 Do step recursive dilation. Return true if terminated.

void ClassifyPointsByRegion ()
 group reachable(via dilation) pnts together.

bool ClassifyPointsByRegion (int step)
 Do step recursive grouping. Ret true if terminated.

void SelectUniquePointOfRegion ()
 For each group, select one point of maxmin dist to its boundary curve.


Constructor & Destructor Documentation

xchen::Morphology::Morphology   [inline]
 

xchen::Morphology::Morphology BitMap const &    image [inline]
 


Member Function Documentation

bool xchen::Morphology::ClassifyPointsByRegion int    step
 

Do step recursive grouping. Ret true if terminated.

void xchen::Morphology::ClassifyPointsByRegion   [inline]
 

group reachable(via dilation) pnts together.

bool xchen::Morphology::Dilate int    step
 

Do step recursive dilation. Return true if terminated.

void xchen::Morphology::Dilate   [inline]
 

Dilate to get the final central points from all regions of the given image.

set<iE2> const& xchen::Morphology::GetCurrentCentralPoints   const [inline]
 

set<iE2> const& xchen::Morphology::GetCurrentFront   const [inline]
 

set<iE2> const& xchen::Morphology::operator()   [inline]
 

Do everything and return the result.

void xchen::Morphology::SelectUniquePointOfRegion  
 

For each group, select one point of maxmin dist to its boundary curve.

void xchen::Morphology::SetImage BitMap const &    image [inline]
 


The documentation for this class was generated from the following file:
Generated on Wed Apr 7 21:40:51 2004 by doxygen1.2.18