18#ifndef sitkHConcaveImageFilter_h
19#define sitkHConcaveImageFilter_h
110 std::string
GetName()
const {
return std::string(
"HConcaveImageFilter"); }
150 const Image &image1,
double height = 2.0,
bool fullyConnected =
false
std::string GetName() const
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
std::string ToString() const
void SetHeight(double Height)
bool GetFullyConnected() const
Image ExecuteInternal(const Image &image1)
Image Execute(const Image &image1)
virtual ~HConcaveImageFilter()
BasicPixelIDTypeList PixelIDTypeList
void SetFullyConnected(bool FullyConnected)
Image(Self::*)(const Image &image1) MemberFunctionType
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 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