SimpleITK
1.2.4
|
#include <memory>
#include "sitkImageFilter.h"
#include "sitkDualMemberFunctionFactory.h"
#include "sitkBasicFilters.h"
Go to the source code of this file.
Classes | |
class | itk::simple::LabelOverlayImageFilter |
Apply a colormap to a label image and put it on top of the input image. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::LabelOverlay (const Image &image, const Image &labelImage, double opacity=0.5, double backgroundValue=0.0, std::vector< uint8_t > colormap=std::vector< uint8_t >()) |
Apply a colormap to a label image and put it on top of the input image. More... | |