18#ifndef sitkBinaryFillholeImageFilter_h
19#define sitkBinaryFillholeImageFilter_h
91 std::string
GetName()
const {
return std::string (
"BinaryFillholeImageFilter"); }
bool GetFullyConnected() const
Image(Self::*)(const Image &image1) MemberFunctionType
Image Execute(const Image &image1)
virtual ~BinaryFillholeImageFilter()
Self & FullyConnectedOn()
std::string ToString() const
Self & SetForegroundValue(double ForegroundValue)
Image ExecuteInternal(const Image &image1)
IntegerPixelIDTypeList PixelIDTypeList
BinaryFillholeImageFilter Self
BinaryFillholeImageFilter()
double GetForegroundValue() const
Self & SetFullyConnected(bool FullyConnected)
Self & FullyConnectedOff()
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
std::string GetName() const
The Image class for SimpleITK.
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