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