|
SimpleITK
1.2.4
|
#include <memory>#include "sitkImageFilter.h"#include "sitkDualMemberFunctionFactory.h"#include "sitkBasicFilters.h"
Include dependency graph for sitkLabelOverlayImageFilter.h:
This graph shows which files directly or indirectly include this file: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... | |
1.8.9.1