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

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...