|
SimpleITK
1.2.4
|
#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... | |
1.8.9.1