18 #ifndef __itkLabelToRGBImageFilter_h
19 #define __itkLabelToRGBImageFilter_h
48 template<
typename TLabelImage,
typename TOutputImage >
52 Functor::LabelToRGBFunctor<
53 typename TLabelImage::PixelType,
54 typename TOutputImage::PixelType > >
64 typename TLabelImage::PixelType,
123 #ifndef ITK_MANUAL_INSTANTIATION
124 #include "itkLabelToRGBImageFilter.hxx"
TOutputImage OutputImageType
UnaryFunctorImageFilter< TLabelImage, TOutputImage, Functor::LabelToRGBFunctor< typename TLabelImage::PixelType, typename TOutputImage::PixelType > > Superclass
TLabelImage LabelImageType
void BeforeThreadedGenerateData(void)
Base class for all process objects that output image data.
void PrintSelf(std::ostream &os, Indent indent) const
void GenerateOutputInformation()
LabelPixelType m_BackgroundValue
void operator=(const Self &)
TOutputImage::PixelType OutputPixelType
OutputPixelType m_BackgroundColor
TLabelImage::PixelType LabelPixelType
LabelToRGBImageFilter Self
Functor for converting labels into RGB triplets.
void AddColor(ComponentType r, ComponentType g, ComponentType b)
SmartPointer< const Self > ConstPointer
Implements pixel-wise generic operation on one image.
unsigned int GetNumberOfColors() const
Control indentation during Print() invocation.
OutputPixelType::ComponentType ComponentType
Define additional traits for native types such as int or float.
SmartPointer< Self > Pointer
Apply a colormap to a label image.
NumericTraits< OutputPixelType >::ValueType OutputPixelValueType
virtual ~LabelToRGBImageFilter()