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]


Compounds

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 seed but not another. More...

class  KLMDynamicBorderArray
 Object maintaining a reference to a list of border 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...


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 Fri May 21 01:17:44 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000