Go to the documentation of this file.
18 #ifndef sitkBinaryFillholeImageFilter_h
19 #define sitkBinaryFillholeImageFilter_h
69 SITK_RETURN_SELF_TYPE_HEADER
SetFullyConnected (
bool FullyConnected ) { this->m_FullyConnected = FullyConnected;
return *
this; }
72 SITK_RETURN_SELF_TYPE_HEADER
FullyConnectedOn() {
return this->SetFullyConnected(
true); }
83 SITK_RETURN_SELF_TYPE_HEADER
SetForegroundValue (
double ForegroundValue ) { this->m_ForegroundValue = ForegroundValue;
return *
this; }
91 std::string
GetName()
const {
return std::string (
"BinaryFillholeImageFilter"); }
94 std::string ToString()
const;
106 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
115 bool m_FullyConnected{
false};
117 double m_ForegroundValue{1.0};
The Image class for SimpleITK.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & FullyConnectedOn()
Self & SetFullyConnected(bool FullyConnected)
std::string GetName() const
Self & SetForegroundValue(double ForegroundValue)
Self & FullyConnectedOff()
double GetForegroundValue() const
#define SITKBasicFilters_EXPORT
Image(Self::*)(const Image &image1) MemberFunctionType
Remove holes not connected to the boundary of the image.
bool GetFullyConnected() const
The base interface for SimpleITK filters that take one input image.
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
IntegerPixelIDTypeList PixelIDTypeList