#include <itkLabelToRGBFunctor.h>
Functor for converting labels into RGB triplets.
This functor class used internally by LabelToRGBImageFilter
This code was contributed in the Insight Journal paper: "The watershed transform in ITK - discussion and new developments" by Beare R., Lehmann G. https://doi.org/10.54294/lf8u75
Definition at line 48 of file itkLabelToRGBFunctor.h.
Public Types | |
using | Self = LabelToRGBFunctor |
Public Member Functions | |
void | AddColor (unsigned char r, unsigned char g, unsigned char b) |
unsigned int | GetNumberOfColors () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
LabelToRGBFunctor () | |
TRGBPixel | operator() (const TLabel &p) const |
bool | operator== (const Self &other) const |
void | ResetColors () |
void | SetBackgroundColor (TRGBPixel rgb) |
void | SetBackgroundValue (TLabel v) |
~LabelToRGBFunctor ()=default | |
Public Attributes | |
TRGBPixel | m_BackgroundColor |
TLabel | m_BackgroundValue |
std::vector< TRGBPixel > | m_Colors |
using itk::Functor::LabelToRGBFunctor< TLabel, TRGBPixel >::Self = LabelToRGBFunctor |
Definition at line 51 of file itkLabelToRGBFunctor.h.
|
inline |
Definition at line 53 of file itkLabelToRGBFunctor.h.
References AddColor(), m_BackgroundColor, m_BackgroundValue, and itk::NumericTraits< T >::SetLength().
|
default |
|
inline |
Definition at line 105 of file itkLabelToRGBFunctor.h.
References m_Colors, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::SetLength().
Referenced by LabelToRGBFunctor().
|
inlinenodiscard |
Definition at line 129 of file itkLabelToRGBFunctor.h.
References m_Colors.
itk::Functor::LabelToRGBFunctor< TLabel, TRGBPixel >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Self | ) |
|
inline |
Definition at line 91 of file itkLabelToRGBFunctor.h.
References m_BackgroundColor, m_BackgroundValue, and m_Colors.
|
inline |
Definition at line 135 of file itkLabelToRGBFunctor.h.
References m_BackgroundColor, m_BackgroundValue, and m_Colors.
|
inline |
Definition at line 122 of file itkLabelToRGBFunctor.h.
References m_Colors.
|
inline |
Definition at line 150 of file itkLabelToRGBFunctor.h.
References m_BackgroundColor.
|
inline |
Definition at line 144 of file itkLabelToRGBFunctor.h.
References m_BackgroundValue.
TRGBPixel itk::Functor::LabelToRGBFunctor< TLabel, TRGBPixel >::m_BackgroundColor |
Definition at line 159 of file itkLabelToRGBFunctor.h.
Referenced by LabelToRGBFunctor(), operator()(), operator==(), and SetBackgroundColor().
TLabel itk::Functor::LabelToRGBFunctor< TLabel, TRGBPixel >::m_BackgroundValue |
Definition at line 161 of file itkLabelToRGBFunctor.h.
Referenced by LabelToRGBFunctor(), operator()(), operator==(), and SetBackgroundValue().
std::vector<TRGBPixel> itk::Functor::LabelToRGBFunctor< TLabel, TRGBPixel >::m_Colors |
Definition at line 157 of file itkLabelToRGBFunctor.h.
Referenced by AddColor(), GetNumberOfColors(), operator()(), operator==(), and ResetColors().