#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
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...
|
|
Image | itk::simple::LabelToRGB (Image &&image1, double backgroundValue=0.0, std::vector< uint8_t > colormap=std::vector< uint8_t >()) |
| Apply a colormap to a label image. More...
|
|
|
Image | itk::simple::LabelToRGB (Image &&image1, double backgroundValue=0.0, std::vector< uint8_t > colormap=std::vector< uint8_t >()) |
| Apply a colormap to a label image. More...
|
|
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...
|
|