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  ConfidenceConnectedImageFilter
class  ConnectedThresholdImageFilter
 Label pixels that are connected to a seed and lie within a range of values. More...

class  IsolatedConnectedImageFilter
 Label pixels that are connected to one set of seeds but not another. More...

class  KLMDynamicBorderArray
 Object maintaining a reference to a list of borders associated with a region. More...

class  KLMRegionGrowImageFilter
 Base class for a region growing object that performs energy-based region growing for multiband images. More...

class  KLMSegmentationBorder
 Base class for KLMSegmentationBorder object. More...

class  KLMSegmentationRegion
 Base class for KLMSegmentationRegion object. More...

class  NeighborhoodConnectedImageFilter
 Label pixels that are connected to a seed and lie within a neighborhood. More...

class  RegionGrowImageFilter
 Base class for RegionGrowImageFilter object. More...

class  SegmentationBorder
 Base class for SegmentationBorder object. More...

class  SegmentationRegion
 Base class for SegmentationRegion object. More...

class  VectorConfidenceConnectedImageFilter

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 Thu May 25 00:19:34 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000