18#ifndef sitkBinaryFillholeImageFilter_h
19#define sitkBinaryFillholeImageFilter_h
106 std::string
GetName()
const {
return std::string(
"BinaryFillholeImageFilter"); }
146 const Image &image1,
bool fullyConnected =
false,
double foregroundValue = 1.0
bool GetFullyConnected() const
Image Execute(const Image &image1)
void SetForegroundValue(double ForegroundValue)
virtual ~BinaryFillholeImageFilter()
std::string ToString() const
Image ExecuteInternal(const Image &image1)
Image(Self::*)(const Image &image1) MemberFunctionType
IntegerPixelIDTypeList PixelIDTypeList
BinaryFillholeImageFilter Self
BinaryFillholeImageFilter()
double GetForegroundValue() const
void SetFullyConnected(bool FullyConnected)
std::string GetName() const
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image BinaryFillhole(const Image &image1, bool fullyConnected=false, double foregroundValue=1.0)
Remove holes 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 > > IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT