18#ifndef sitkHMaximaImageFilter_h
19#define sitkHMaximaImageFilter_h
73 SITK_RETURN_SELF_TYPE_HEADER
SetHeight (
double Height ) { this->
m_Height = Height;
return *
this; }
81 std::string
GetName()
const {
return std::string (
"HMaximaImageFilter"); }
std::string GetName() const
BasicPixelIDTypeList PixelIDTypeList
std::string ToString() const
Self & SetHeight(double Height)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image Execute(const Image &image1)
Image(Self::*)(const Image &image1) MemberFunctionType
virtual ~HMaximaImageFilter()
Image ExecuteInternal(const Image &image1)
The Image class for SimpleITK.
Image HMaxima(const Image &image1, double height=2.0)
Suppress local maxima whose height above the baseline is less than h.
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
#define SITKBasicFilters_EXPORT