|
class | itk::LabelMapContourOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage > |
| Apply a colormap to the contours (outlines) of each object in a label map and superimpose it on top of the feature image. More...
|
|
class | itk::LabelMapOverlayImageFilter< TLabelMap, TFeatureImage, TOutputImage > |
| Apply a colormap to a label map and superimpose it on an image. More...
|
|
class | itk::LabelMapToRGBImageFilter< TInputImage, TOutputImage > |
| Convert a LabelMap to a colored image. More...
|
|
class | itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel > |
| Functor for applying a colormap to a label image and combine it with a grayscale image. More...
|
|
class | itk::LabelOverlayImageFilter< TInputImage, TLabelImage, TOutputImage > |
| Apply a colormap to a label image and put it on top of the input image. More...
|
|
class | itk::Functor::LabelToRGBFunctor< TLabel, TRGBPixel > |
| Functor for converting labels into RGB triplets. More...
|
|
class | itk::LabelToRGBImageFilter< TLabelImage, TOutputImage > |
| Apply a colormap to a label image. More...
|
|
class | itk::Functor::ScalarToRGBPixelFunctor< TScalar > |
| A Function object which maps a scalar value into an RGB pixel value. More...
|
|
This module contains classes made to visually enhance the images, mostly by adding them artificial colors
- Dependencies:
-