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