18#ifndef sitkHConcaveImageFilter_h
19#define sitkHConcaveImageFilter_h
69 SITK_RETURN_SELF_TYPE_HEADER
SetHeight (
double Height ) { this->
m_Height = Height;
return *
this; }
91 std::string
GetName()
const {
return std::string (
"HConcaveImageFilter"); }
std::string GetName() const
std::string ToString() const
Self & FullyConnectedOn()
bool GetFullyConnected() const
Image ExecuteInternal(const Image &image1)
Self & SetHeight(double Height)
Image Execute(const Image &image1)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & FullyConnectedOff()
virtual ~HConcaveImageFilter()
BasicPixelIDTypeList PixelIDTypeList
Self & SetFullyConnected(bool FullyConnected)
Image(Self::*)(const Image &image1) MemberFunctionType
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 HConcave(const Image &image1, double height=2.0, bool fullyConnected=false)
Identify local minima whose depth below the baseline is greater than h.
#define SITKBasicFilters_EXPORT