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

Go to the source code of this file.

Classes

class  itk::simple::LabelMapContourOverlayImageFilter
 Apply a colormap to the contours (outlines) of each object in a label map and superimpose it on top of the feature image. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::LabelMapContourOverlay (const Image &labelMapImage, const Image &featureImage, double opacity=0.5, const std::vector< unsigned int > &dilationRadius=std::vector< unsigned int >(3, 1), const std::vector< unsigned int > &contourThickness=std::vector< unsigned int >(3, 1), unsigned int sliceDimension=0u, LabelMapContourOverlayImageFilter::ContourTypeType contourType=itk::simple::LabelMapContourOverlayImageFilter::CONTOUR, LabelMapContourOverlayImageFilter::PriorityType priority=itk::simple::LabelMapContourOverlayImageFilter::HIGH_LABEL_ON_TOP, std::vector< uint8_t > colormap=std::vector< uint8_t >())
 Apply a colormap to the contours (outlines) of each object in a label map and superimpose it on top of the feature image. More...