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