Main Page
Groups
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File
List
Namespace Members
Compound Members
File Members
Concepts
itk::Functor::ScalarToRGBPixelFunctor< TScalar > Class Template Reference
Function object which maps a scalar value into an RGB pixel value.
More...
#include <itkScalarToRGBPixelFunctor.h>
List of all members.
Detailed Description
template<class TScalar>
class itk::Functor::ScalarToRGBPixelFunctor< TScalar >
Function object which maps a scalar value into an RGB pixel value.
This class is useful for visualizing labeled images which cannot be mapped succefully 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 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 discernable colors.
Definition at line 42 of file itkScalarToRGBPixelFunctor.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:23:44 2007 for ITK by
1.3.8 written by Dimitri van Heesch,
© 1997-2000