18#ifndef sitkHMinimaImageFilter_h
19#define sitkHMinimaImageFilter_h
71 SITK_RETURN_SELF_TYPE_HEADER
SetHeight (
double Height ) { this->
m_Height = Height;
return *
this; }
93 std::string
GetName()
const {
return std::string (
"HMinimaImageFilter"); }
Image(Self::*)(const Image &image1) MemberFunctionType
Self & FullyConnectedOff()
Image ExecuteInternal(const Image &image1)
Image Execute(const Image &image1)
Self & SetHeight(double Height)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
bool GetFullyConnected() const
Self & SetFullyConnected(bool FullyConnected)
std::string GetName() const
std::string ToString() const
Self & FullyConnectedOn()
virtual ~HMinimaImageFilter()
BasicPixelIDTypeList PixelIDTypeList
The Image class for SimpleITK.
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