ITK
6.0.0
Insight Toolkit
|
#include <itkScalarToRGBPixelFunctor.h>
A Function object which maps a scalar value into an RGB pixel value.
This class is useful for visualizing labeled images which cannot be mapped successfully into grayscale images. Images of unsigned long integers, for example, may have too many graylevels to visualize effectively.
The hashing scheme used is designed to spread close scalar values of very different colors by using the least significant bits (fastest changing) of the scalar type to determine the color. Because labeled images may typically use sequential values, it is desirable that those values result in easily discernible colors.
Definition at line 44 of file itkScalarToRGBPixelFunctor.h.
Public Types | |
using | RGBComponentType = unsigned char |
using | RGBPixelType = RGBPixel< RGBComponentType > |
using | ScalarType = TScalar |
Public Member Functions | |
bool | GetUseMSBForHashing () const |
RGBPixelType | operator() (const TScalar &) const |
ScalarToRGBPixelFunctor () | |
void | SetBigEndian () |
void | SetLittleEndian () |
void | SetUseMSBForHashing (bool value) |
void | UseMSBForHashingOff () |
void | UseMSBForHashingOn () |
~ScalarToRGBPixelFunctor ()=default | |
Private Attributes | |
unsigned int | m_ColorIndex [3] |
bool | m_UseMSBForHashing |
using itk::Functor::ScalarToRGBPixelFunctor< TScalar >::RGBComponentType = unsigned char |
Definition at line 51 of file itkScalarToRGBPixelFunctor.h.
using itk::Functor::ScalarToRGBPixelFunctor< TScalar >::RGBPixelType = RGBPixel<RGBComponentType> |
Definition at line 52 of file itkScalarToRGBPixelFunctor.h.
using itk::Functor::ScalarToRGBPixelFunctor< TScalar >::ScalarType = TScalar |
Definition at line 53 of file itkScalarToRGBPixelFunctor.h.
itk::Functor::ScalarToRGBPixelFunctor< TScalar >::ScalarToRGBPixelFunctor | ( | ) |
|
default |
|
inline |
Definition at line 77 of file itkScalarToRGBPixelFunctor.h.
RGBPixelType itk::Functor::ScalarToRGBPixelFunctor< TScalar >::operator() | ( | const TScalar & | ) | const |
|
inline |
Definition at line 65 of file itkScalarToRGBPixelFunctor.h.
|
inline |
Definition at line 59 of file itkScalarToRGBPixelFunctor.h.
|
inline |
Definition at line 71 of file itkScalarToRGBPixelFunctor.h.
|
inline |
Definition at line 89 of file itkScalarToRGBPixelFunctor.h.
|
inline |
Definition at line 83 of file itkScalarToRGBPixelFunctor.h.
|
private |
Definition at line 97 of file itkScalarToRGBPixelFunctor.h.
|
private |
Definition at line 96 of file itkScalarToRGBPixelFunctor.h.