18#ifndef itkLabelToRGBImageFilter_h
19#define itkLabelToRGBImageFilter_h
49template <
typename TLabelImage,
typename TOutputImage>
54 Functor::LabelToRGBFunctor<typename TLabelImage::PixelType, typename TOutputImage::PixelType>>
128#ifndef ITK_MANUAL_INSTANTIATION
129# include "itkLabelToRGBImageFilter.hxx"
Base class for all process objects that output image data.
TOutputImage OutputImageType
Control indentation during Print() invocation.
Apply a colormap to a label image.
unsigned int GetNumberOfColors() const
typename OutputPixelType::ComponentType ComponentType
void GenerateOutputInformation() override
~LabelToRGBImageFilter() override=default
typename NumericTraits< OutputPixelType >::ValueType OutputPixelValueType
TLabelImage LabelImageType
void BeforeThreadedGenerateData() override
typename TOutputImage::PixelType OutputPixelType
typename TLabelImage::PixelType LabelPixelType
void PrintSelf(std::ostream &os, Indent indent) const override
void AddColor(ComponentType r, ComponentType g, ComponentType b)
Define additional traits for native types such as int or float.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implements pixel-wise generic operation on one image.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....