![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
ITK filters based actions. More...
Collaboration diagram for ITK Filters:Classes | |
| class | AnisotropicDiffusion |
| Perform a anisotropic diffusion on the ImageComponent. More... | |
| class | CannyEdgeDetection |
| Perform a Canny edge detection on the ImageComponent. More... | |
| class | ConnectedComponents |
| Perform a connected component analysis on the ImageComponent. More... | |
| class | Derivative |
| Perform a derivative filter on the ImageComponent. More... | |
| class | GaussianFilter |
| Perform a gaussian filter on the ImageComponent. More... | |
| class | GradientMagnitude |
| Perform a gradient magnitude filter on the ImageComponent. More... | |
| class | GradientMagnitudeRecursiveGaussian |
| Perform a gradient magnitude recursive filter on the ImageComponent. More... | |
| class | ITKFiltersExtension |
| Manager of the ITK filter actions. More... | |
| class | Laplacian |
| Perform a laplacian filter on the ImageComponent. More... | |
| class | LaplacianRecursiveGaussian |
| Perform a laplacian-gaussian recursive filter on the ImageComponent. More... | |
| class | LaplacianSharpening |
| Perform a laplacian sharpening filter on the ImageComponent. More... | |
| class | MeanFilter |
| Perform a mean filter on the ImageComponent. More... | |
| class | MedianFilter |
| Perform a median filter on the ImageComponent. More... | |
| class | MorphologicalOperators |
| Perform some morphological operators such as opening, closing ... More... | |
| class | SobelEdgeDetection |
| Perform the Sobel edge detection on the ImageComponent. More... | |
Enumerations | |
| enum | AnisotropicDiffusion::AnisoDiffType { AnisotropicDiffusion::Gradient, AnisotropicDiffusion::Curvature } |
| Define the possible implementations of Gaussian filtering. More... | |
| enum | GaussianFilter::GaussianType { GaussianFilter::Standard, GaussianFilter::Recursive_IIR } |
| Define the possible implementations of Gaussian filtering. More... | |
| enum | MorphologicalOperators::MorphoOperation { MorphologicalOperators::Erosion, MorphologicalOperators::Dilation, MorphologicalOperators::Opening, MorphologicalOperators::Closing } |
| Define the possible morphological operations. More... | |
| enum | MorphologicalOperators::MorphoType { MorphologicalOperators::Grey_Level, MorphologicalOperators::Binary } |
| Define the possible types of morphological operatiosn. More... | |
ITK filters based actions.
Those actions works on volumic images, i.e. ImageComponent.
1.8.8