Go to the documentation of this file.
18 #ifndef sitkGrayscaleFillholeImageFilter_h
19 #define sitkGrayscaleFillholeImageFilter_h
72 SITK_RETURN_SELF_TYPE_HEADER
SetFullyConnected (
bool FullyConnected ) { this->m_FullyConnected = FullyConnected;
return *
this; }
75 SITK_RETURN_SELF_TYPE_HEADER
FullyConnectedOn() {
return this->SetFullyConnected(
true); }
84 std::string
GetName()
const {
return std::string (
"GrayscaleFillholeImageFilter"); }
87 std::string ToString()
const;
99 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
108 bool m_FullyConnected{
false};
The Image class for SimpleITK.
std::string GetName() const
Image(Self::*)(const Image &image1) MemberFunctionType
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
Self & FullyConnectedOff()
BasicPixelIDTypeList PixelIDTypeList
bool GetFullyConnected() const
#define SITKBasicFilters_EXPORT
Remove local minima not connected to the boundary of the image.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
The base interface for SimpleITK filters that take one input image.
Self & SetFullyConnected(bool FullyConnected)
Self & FullyConnectedOn()
Image GrayscaleFillhole(const Image &image1, bool fullyConnected=false)
Remove local minima not connected to the boundary of the image.