SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkLabelToRGBImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkLabelToRGBImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::LabelToRGBImageFilter
 Apply a colormap to a label image. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::LabelToRGB (const Image &image1, double backgroundValue=0.0, std::vector< uint8_t > colormap=std::vector< uint8_t >())
 Apply a colormap to a label image. More...