18#ifndef sitkRegionalMaximaImageFilter_h
19#define sitkRegionalMaximaImageFilter_h
120 std::string
GetName()
const {
return std::string (
"RegionalMaximaImageFilter"); }
The Image class for SimpleITK.
ScalarPixelIDTypeList PixelIDTypeList
RegionalMaximaImageFilter Self
Image(Self::*)(const Image &image1) MemberFunctionType
Self & SetBackgroundValue(double BackgroundValue)
std::string GetName() const
virtual ~RegionalMaximaImageFilter()
bool GetFullyConnected() const
Self & SetFullyConnected(bool FullyConnected)
Self & SetForegroundValue(double ForegroundValue)
RegionalMaximaImageFilter()
double GetForegroundValue() const
std::string ToString() const
Image ExecuteInternal(const Image &image1)
Self & FullyConnectedOff()
Self & SetFlatIsMaxima(bool FlatIsMaxima)
Self & FullyConnectedOn()
Image Execute(const Image &image1)
bool GetFlatIsMaxima() const
double GetBackgroundValue() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
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