|
class | itk::BinaryClosingByReconstructionImageFilter< TInputImage, TKernel > |
| binary closing by reconstruction of an image. More...
|
|
class | itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel > |
| Fast binary dilation. More...
|
|
class | itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel > |
| Fast binary erosion. More...
|
|
class | itk::BinaryMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel > |
| binary morphological closing of an image. More...
|
|
class | itk::BinaryMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel > |
| binary morphological opening of an image. More...
|
|
class | itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel > |
| Base class for fast binary dilation and erosion. More...
|
|
class | itk::BinaryOpeningByReconstructionImageFilter< TInputImage, TKernel > |
| binary morphological closing of an image. More...
|
|
class | itk::BinaryPruningImageFilter< TInputImage, TOutputImage > |
| This filter removes "spurs" of less than a certain length in the input image. More...
|
|
class | itk::BinaryThinningImageFilter< TInputImage, TOutputImage > |
| This filter computes one-pixel-wide edges of the input image. More...
|
|
class | itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > |
| dilation of an object in an image More...
|
|
class | itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > |
| Erosion of an object in an image. More...
|
|
class | itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel > |
| Fast binary dilation. More...
|
|
class | itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > |
| Base class for the morphological operations being applied to isolated objects in an image. More...
|
|
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:
-