18#ifndef sitkBinaryThresholdProjectionImageFilter_h
19#define sitkBinaryThresholdProjectionImageFilter_h
138 std::string
GetName()
const {
return std::string(
"BinaryThresholdProjectionImageFilter"); }
182 const Image &image1,
unsigned int projectionDimension = 0u,
double thresholdValue = 0.0, uint8_t foregroundValue = 1u, uint8_t backgroundValue = 0u
unsigned int GetProjectionDimension() const
void SetForegroundValue(uint8_t ForegroundValue)
Image Execute(const Image &image1)
virtual ~BinaryThresholdProjectionImageFilter()
uint8_t GetForegroundValue() const
BinaryThresholdProjectionImageFilter()
Image(Self::*)(const Image &image1) MemberFunctionType
void SetProjectionDimension(unsigned int ProjectionDimension)
BasicPixelIDTypeList PixelIDTypeList
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
double GetThresholdValue() const
void SetBackgroundValue(uint8_t BackgroundValue)
std::string ToString() const
uint8_t m_BackgroundValue
Image ExecuteInternal(const Image &image1)
std::string GetName() const
uint8_t m_ForegroundValue
BinaryThresholdProjectionImageFilter Self
void SetThresholdValue(double ThresholdValue)
unsigned int m_ProjectionDimension
uint8_t GetBackgroundValue() const
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image BinaryThresholdProjection(const Image &image1, unsigned int projectionDimension=0u, double thresholdValue=0.0, uint8_t foregroundValue=1u, uint8_t backgroundValue=0u)
BinaryThreshold projection.
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
#define SITKBasicFilters_EXPORT