18 #ifndef sitkHMaximaImageFilter_h
19 #define sitkHMaximaImageFilter_h
74 SITK_RETURN_SELF_TYPE_HEADER
SetHeight (
double Height ) { this->m_Height = Height;
return *
this; }
81 std::string
GetName()
const {
return std::string (
"HMaximaImageFilter"); }
84 std::string ToString()
const;
92 Image Execute (
const Image& image1,
double height );
99 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
100 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
#define SITKBasicFilters_EXPORT
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > >::Type BasicPixelIDTypeList
std::string GetName() const
Image HMaxima(const Image &image1, double height=2.0)
Suppress local maxima whose height above the baseline is less than h.
Self & SetHeight(double Height)
Suppress local maxima whose height above the baseline is less than h.
The main Image class for SimpleITK.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
BasicPixelIDTypeList PixelIDTypeList
The base interface for SimpleITK filters that take one input image.