18#ifndef sitkBinaryNotImageFilter_h
19#define sitkBinaryNotImageFilter_h
99 std::string
GetName()
const {
return std::string(
"BinaryNotImageFilter"); }
145 Image&& image1,
double foregroundValue = 1.0,
double backgroundValue = 0.0
151 const Image &image1,
double foregroundValue = 1.0,
double backgroundValue = 0.0
Image(Self::*)(const Image &image1) MemberFunctionType
std::string ToString() const
std::string GetName() const
double GetBackgroundValue() const
BinaryNotImageFilter Self
virtual ~BinaryNotImageFilter()
Image Execute(Image &&image1)
Image Execute(const Image &image1)
double GetForegroundValue() const
void SetBackgroundValue(double BackgroundValue)
Image ExecuteInternal(const Image &image1)
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
void SetForegroundValue(double ForegroundValue)
IntegerPixelIDTypeList PixelIDTypeList
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image BinaryNot(Image &&image1, double foregroundValue=1.0, double backgroundValue=0.0)
Implements the BinaryNot logical operator pixel-wise between two images.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > > IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT