18#ifndef sitkGrayscaleFillholeImageFilter_h
19#define sitkGrayscaleFillholeImageFilter_h
101 std::string
GetName()
const {
return std::string(
"GrayscaleFillholeImageFilter"); }
139 const Image &image1,
bool fullyConnected =
false
GrayscaleFillholeImageFilter Self
Image ExecuteInternal(const Image &image1)
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
bool GetFullyConnected() const
BasicPixelIDTypeList PixelIDTypeList
virtual ~GrayscaleFillholeImageFilter()
Image Execute(const Image &image1)
void SetFullyConnected(bool FullyConnected)
GrayscaleFillholeImageFilter()
std::string ToString() const
std::string GetName() const
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 GrayscaleFillhole(const Image &image1, bool fullyConnected=false)
Remove local minima not connected to the boundary of the image.
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