ITK  5.4.0
Insight Toolkit
Classes
Module ITKBinaryMathematicalMorphology
+ Collaboration diagram for Module ITKBinaryMathematicalMorphology:

Classes

class  itk::BinaryClosingByReconstructionImageFilter< TInputImage, TKernel >
 
class  itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >
 
class  itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >
 
class  itk::BinaryMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >
 
class  itk::BinaryMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >
 
class  itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 
class  itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel >
 
class  itk::BinaryPruningImageFilter< TInputImage, TOutputImage >
 
class  itk::BinaryThinningImageFilter< TInputImage, TOutputImage >
 
class  itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 
class  itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 
class  itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >
 
class  itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
 

Detailed Description

This module contains classes that implement variations of mathematical morphology techniques for binary images. In addition to the classical erosion, dilation, opening and closing filters, you will find here geodesic operations, maxima and minima filters, and reconstruction filters.

Dependencies: