18#ifndef sitkHMinimaImageFilter_h
19#define sitkHMinimaImageFilter_h
116 std::string
GetName()
const {
return std::string(
"HMinimaImageFilter"); }
156 const Image &image1,
double height = 2.0,
bool fullyConnected =
false
Image ExecuteInternal(const Image &image1)
Image Execute(const Image &image1)
void SetFullyConnected(bool FullyConnected)
bool GetFullyConnected() const
void SetHeight(double Height)
std::string GetName() const
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
std::string ToString() const
virtual ~HMinimaImageFilter()
Image(Self::*)(const Image &image1) MemberFunctionType
BasicPixelIDTypeList PixelIDTypeList
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > > BasicPixelIDTypeList
Image HMinima(const Image &image1, double height=2.0, bool fullyConnected=false)
Suppress local minima whose depth below the baseline is less than h.
#define SITKBasicFilters_EXPORT