18 #ifndef sitkAntiAliasBinaryImageFilter_h
19 #define sitkAntiAliasBinaryImageFilter_h
98 SITK_RETURN_SELF_TYPE_HEADER
SetMaximumRMSError (
double MaximumRMSError ) { this->m_MaximumRMSError = MaximumRMSError;
return *
this; }
128 std::string
GetName()
const {
return std::string (
"AntiAliasBinaryImageFilter"); }
131 std::string ToString()
const;
139 Image Execute (
const Image& image1,
double maximumRMSError,
uint32_t numberOfIterations );
145 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
146 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
double GetRMSChange() const
The Root Mean Square of the levelset upon termination.
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > >::Type IntegerPixelIDTypeList
Image AntiAliasBinary(const Image &image1, double maximumRMSError=0.07, uint32_t numberOfIterations=1000u)
A method for estimation of a surface from a binary volume.
#define SITKBasicFilters_EXPORT
AntiAliasBinaryImageFilter Self
std::string GetName() const
double GetMaximumRMSError() const
uint32_t m_ElapsedIterations
A method for estimation of a surface from a binary volume.
IntegerPixelIDTypeList PixelIDTypeList
uint32_t m_NumberOfIterations
uint32_t GetElapsedIterations() const
Number of iterations run.
Self & SetMaximumRMSError(double MaximumRMSError)
The Image class for SimpleITK.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & SetNumberOfIterations(uint32_t NumberOfIterations)
uint32_t GetNumberOfIterations() const
The base interface for SimpleITK filters that take one input image.