|
SimpleITK
1.2.4
|
#include <memory>#include "sitkImageFilter.h"#include "sitkDualMemberFunctionFactory.h"#include "sitkBasicFilters.h"
Include dependency graph for sitkLabelMapMaskImageFilter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | itk::simple::LabelMapMaskImageFilter |
| Mask and image with a LabelMap . More... | |
Namespaces | |
| itk | |
| itk::simple | |
Functions | |
| Image | itk::simple::LabelMapMask (const Image &labelMapImage, const Image &featureImage, uint64_t label=1u, double backgroundValue=0, bool negated=false, bool crop=false, const std::vector< unsigned int > &cropBorder=std::vector< unsigned int >(3, 0)) |
| Mask and image with a LabelMap . More... | |
1.8.9.1