|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkLabelMapToRGBImageFilter_h
19 #define itkLabelMapToRGBImageFilter_h
44 template <
typename TInputImage,
typename TOutputImage = Image<RGBPixel<
unsigned char>, TInputImage::ImageDimension>>
74 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
75 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
89 if (m_Functor != functor)
112 BeforeThreadedGenerateData()
override;
115 ThreadedProcessLabelObject(LabelObjectType * labelObject)
override;
118 GenerateOutputInformation()
override;
126 #ifndef ITK_MANUAL_INSTANTIATION
127 # include "itkLabelMapToRGBImageFilter.hxx"
typename OutputImageType::ConstPointer OutputImageConstPointer
typename OutputImageType::Pointer OutputImagePointer
virtual void SetFunctor(const FunctorType &functor)
typename InputImageType::LabelObjectType LabelObjectType
typename InputImageType::PixelType InputImagePixelType
typename Functor::LabelToRGBFunctor< InputImagePixelType, OutputImagePixelType > FunctorType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
FunctorType & GetFunctor()
typename InputImageType::Pointer InputImagePointer
Base class for filters that take an image as input and overwrite that image as the output.
ImageBaseType::RegionType RegionType
const FunctorType & GetFunctor() const
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename OutputImageType::IndexType IndexType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Convert a LabelMap to a colored image.
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType