18#ifndef sitkBinaryThresholdImageFilter_h
19#define sitkBinaryThresholdImageFilter_h
103 std::string
GetName()
const {
return std::string (
"BinaryThresholdImageFilter"); }
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & SetLowerThreshold(double LowerThreshold)
BinaryThresholdImageFilter Self
double GetLowerThreshold() const
Image Execute(const Image &image1)
std::string GetName() const
uint8_t GetInsideValue() const
Self & SetOutsideValue(uint8_t OutsideValue)
Image Execute(Image &&image1)
std::string ToString() const
uint8_t GetOutsideValue() const
BinaryThresholdImageFilter()
double GetUpperThreshold() const
BasicPixelIDTypeList PixelIDTypeList
Self & SetInsideValue(uint8_t InsideValue)
Image ExecuteInternal(const Image &image1)
virtual ~BinaryThresholdImageFilter()
Image(Self::*)(const Image &image1) MemberFunctionType
Self & SetUpperThreshold(double UpperThreshold)
The Image class for SimpleITK.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > > BasicPixelIDTypeList
Image BinaryThreshold(Image &&image1, double lowerThreshold=0.0, double upperThreshold=255.0, uint8_t insideValue=1u, uint8_t outsideValue=0u)
Binarize an input image by thresholding.
#define SITKBasicFilters_EXPORT