ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::BinaryMedianImageFilter< TInputImage, TOutputImage > |
Applies a version of the median filter optimized for binary images. More... | |
class | itk::LabelVotingImageFilter< TInputImage, TOutputImage > |
This filter performs pixelwise voting among an arbitrary number of input images, where each of them represents a segmentation of the same scene (i.e., image). More... | |
class | itk::VotingBinaryHoleFillingImageFilter< TInputImage, TOutputImage > |
Fills in holes and cavities by applying a voting operation on each pixel. More... | |
class | itk::VotingBinaryImageFilter< TInputImage, TOutputImage > |
Applies a voting operation in a neighborhood of each pixel. More... | |
class | itk::VotingBinaryIterativeHoleFillingImageFilter< TImage > |
Fills in holes and cavities by iteratively applying a voting operation. More... |
This module contains filters that perform label voting, i.e. they count the number of pixels with a given label within a neighborhood and determine the output pixel based on the count. The operations on label images are similar to filtering on scalar images. See also Module ITKBinaryMathematicalMorphology, Module ITKConnectedComponents, and Module ITKLabelMap.