18#ifndef sitkRegionalMaximaImageFilter_h
19#define sitkRegionalMaximaImageFilter_h
144 std::string
GetName()
const {
return std::string(
"RegionalMaximaImageFilter"); }
188 const Image &image1,
double backgroundValue = 0.0,
double foregroundValue = 1.0,
bool fullyConnected =
false,
bool flatIsMaxima =
true
The Image class for SimpleITK.
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
void SetFullyConnected(bool FullyConnected)
void SetBackgroundValue(double BackgroundValue)
ScalarPixelIDTypeList PixelIDTypeList
RegionalMaximaImageFilter Self
Image(Self::*)(const Image &image1) MemberFunctionType
void SetFlatIsMaxima(bool FlatIsMaxima)
std::string GetName() const
virtual ~RegionalMaximaImageFilter()
bool GetFullyConnected() const
RegionalMaximaImageFilter()
double GetForegroundValue() const
std::string ToString() const
Image ExecuteInternal(const Image &image1)
void SetForegroundValue(double ForegroundValue)
Image Execute(const Image &image1)
bool GetFlatIsMaxima() const
double GetBackgroundValue() const
A class used to instantiate and generate function object to templated member functions.
Image RegionalMaxima(const Image &image1, double backgroundValue=0.0, double foregroundValue=1.0, bool fullyConnected=false, bool flatIsMaxima=true)
Produce a binary image where foreground is the regional maxima of the input image.
BasicPixelIDTypeList ScalarPixelIDTypeList
#define SITKBasicFilters_EXPORT