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::LabelMapOverlayImageFilter |
Apply a colormap to a label map and superimpose it on an image. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::LabelMapOverlay (const Image &labelMapImage, const Image &featureImage, double opacity=0.5, std::vector< unsigned char > colormap=std::vector< unsigned char >()) |
Apply a colormap to a label map and superimpose it on an image. More... | |