18#ifndef sitkBinaryGrindPeakImageFilter_h
19#define sitkBinaryGrindPeakImageFilter_h
119 std::string
GetName()
const {
return std::string(
"BinaryGrindPeakImageFilter"); }
161 const Image &image1,
bool fullyConnected =
false,
double foregroundValue = 1.0,
double backgroundValue = 0
double GetBackgroundValue() const
bool GetFullyConnected() const
BinaryGrindPeakImageFilter Self
void SetBackgroundValue(double BackgroundValue)
double GetForegroundValue() const
Image(Self::*)(const Image &image1) MemberFunctionType
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image ExecuteInternal(const Image &image1)
void SetFullyConnected(bool FullyConnected)
virtual ~BinaryGrindPeakImageFilter()
void SetForegroundValue(double ForegroundValue)
BinaryGrindPeakImageFilter()
std::string ToString() const
IntegerPixelIDTypeList PixelIDTypeList
std::string GetName() const
Image Execute(const Image &image1)
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image BinaryGrindPeak(const Image &image1, bool fullyConnected=false, double foregroundValue=1.0, double backgroundValue=0)
Remove the objects not connected to the boundary of the image.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > > IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT