18#ifndef sitkBinaryProjectionImageFilter_h
19#define sitkBinaryProjectionImageFilter_h
111 std::string
GetName()
const {
return std::string (
"BinaryProjectionImageFilter"); }
Image(Self::*)(const Image &image1) MemberFunctionType
std::string GetName() const
BasicPixelIDTypeList PixelIDTypeList
Self & SetProjectionDimension(unsigned int ProjectionDimension)
Image ExecuteInternal(const Image &image1)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image Execute(const Image &image1)
unsigned int m_ProjectionDimension
Self & SetBackgroundValue(double BackgroundValue)
virtual ~BinaryProjectionImageFilter()
Self & SetForegroundValue(double ForegroundValue)
BinaryProjectionImageFilter Self
std::string ToString() const
double GetForegroundValue() const
double GetBackgroundValue() const
unsigned int GetProjectionDimension() const
BinaryProjectionImageFilter()
The Image class for SimpleITK.
Image BinaryProjection(const Image &image1, unsigned int projectionDimension=0u, double foregroundValue=1.0, double backgroundValue=0.0)
Binary 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