SimpleITK
1.0.1
|
#include <memory>
#include "sitkImageFilter.h"
#include "sitkDualMemberFunctionFactory.h"
#include "sitkBasicFilters.h"
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... | |