18#ifndef sitkAreaClosingImageFilter_h
19#define sitkAreaClosingImageFilter_h
65 SITK_RETURN_SELF_TYPE_HEADER
SetLambda (
double Lambda ) { this->
m_Lambda = Lambda;
return *
this; }
98 std::string
GetName()
const {
return std::string (
"AreaClosingImageFilter"); }
Self & FullyConnectedOn()
std::string ToString() const
Self & SetLambda(double Lambda)
The size of the area opening.
Self & UseImageSpacingOff()
bool GetUseImageSpacing() const
Image(Self::*)(const Image &image1) MemberFunctionType
Self & SetUseImageSpacing(bool UseImageSpacing)
Self & UseImageSpacingOn()
virtual ~AreaClosingImageFilter()
BasicPixelIDTypeList PixelIDTypeList
Self & SetFullyConnected(bool FullyConnected)
bool GetFullyConnected() const
std::string GetName() const
Image ExecuteInternal(const Image &image1)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & FullyConnectedOff()
AreaClosingImageFilter Self
Image Execute(const Image &image1)
The Image class for SimpleITK.
Image AreaClosing(const Image &image1, double lambda=0.0, bool useImageSpacing=true, bool fullyConnected=false)
Morphological closing by attributes.
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