Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

Region Growing Filters
[Region-Based Segmentation Filters]


Classes

class  itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage >
class  itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage >
 Label pixels that are connected to a seed and lie within a range of values. More...
class  itk::IsolatedConnectedImageFilter< TInputImage, TOutputImage >
 Label pixels that are connected to one seed but not another. More...
class  itk::NeighborhoodConnectedImageFilter< TInputImage, TOutputImage >
 Label pixels that are connected to a seed and lie within a neighborhood. More...
class  itk::VectorConfidenceConnectedImageFilter< TInputImage, TOutputImage >
class  itk::KLMRegionGrowImageFilter< TInputImage, TOutputImage >
 Base class for a region growing object that performs energy-based region growing for multiband images. More...
class  itk::RegionGrowImageFilter< TInputImage, TOutputImage >
 Base class for RegionGrowImageFilter object. More...
class  itk::KLMDynamicBorderArray< TBorder >
 Object maintaining a reference to a list of borders associated with a region. More...
class  itk::KLMSegmentationBorder
 Base class for KLMSegmentationBorder object. More...
class  itk::KLMSegmentationRegion
 Base class for KLMSegmentationRegion object. More...
class  itk::SegmentationBorder
 Base class for SegmentationBorder object. More...
class  itk::SegmentationRegion
 Base class for SegmentationRegion object. More...

Detailed Description

Typically region growing involves starting several small regions on an image and merging them iteratively based on some pixel intensity similarity criterion. ITK provides an intensity and edge-based region-growing algorithm for segmentation.
Generated at Sun Apr 1 02:48:27 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000