ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKRegionGrowing
Group Segmentation
Collaboration diagram for Module ITKRegionGrowing:

Classes

class  itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage >
 Segment pixels with similar statistics using connectivity. More...
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 set of seeds 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 >
 Segment pixels with similar statistics using connectivity. More...

Detailed Description

This module contains classes to perform the region growing approach to image segmentation. A seed pixel is iteratively propagated to a region identifying a tissue type by testing if connected pixels pass a criteria. See also Module ITKKLMRegionGrowing.

Dependencies: