18#ifndef sitkHConvexImageFilter_h
19#define sitkHConvexImageFilter_h
110 std::string
GetName()
const {
return std::string(
"HConvexImageFilter"); }
150 const Image &image1,
double height = 2.0,
bool fullyConnected =
false
std::string ToString() const
void SetFullyConnected(bool FullyConnected)
Image Execute(const Image &image1)
std::string GetName() const
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
bool GetFullyConnected() const
void SetHeight(double Height)
BasicPixelIDTypeList PixelIDTypeList
virtual ~HConvexImageFilter()
Image ExecuteInternal(const Image &image1)
Image(Self::*)(const Image &image1) MemberFunctionType
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image HConvex(const Image &image1, double height=2.0, bool fullyConnected=false)
Identify local maxima whose height above the baseline is greater 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