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