SimpleITK
|
#include <memory>
#include "sitkImageFilter.h"
#include "sitkDualMemberFunctionFactory.h"
#include "sitkBasicFilters.h"
Go to the source code of this file.
Classes | |
class | itk::simple::MaskNegatedImageFilter |
Mask an image with the negation (or logical compliment) of a mask. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::MaskNegated (const Image &image, const Image &maskImage, double outsideValue=0, double maskingValue=0) |
Mask an image with the negation (or logical compliment) of a mask. | |
Image | itk::simple::MaskNegated (Image &&image, const Image &maskImage, double outsideValue=0, double maskingValue=0) |
Mask an image with the negation (or logical compliment) of a mask. | |