SimpleITK
|
#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 | |
namespace | itk |
namespace | 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, std::vector< unsigned int > cropBorder=std::vector< unsigned int >(3, 0)) |
Mask and image with a LabelMap . | |