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