18#ifndef sitkBinaryMinMaxCurvatureFlowImageFilter_h
19#define sitkBinaryMinMaxCurvatureFlowImageFilter_h
114 std::string
GetName()
const {
return std::string (
"BinaryMinMaxCurvatureFlowImageFilter"); }
Image ExecuteInternal(const Image &image1)
Self & SetTimeStep(double TimeStep)
BinaryMinMaxCurvatureFlowImageFilter()
uint32_t GetNumberOfIterations() const
double GetThreshold() const
uint32_t m_NumberOfIterations
virtual ~BinaryMinMaxCurvatureFlowImageFilter()
std::string ToString() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
RealPixelIDTypeList PixelIDTypeList
Image Execute(const Image &image1)
Image Execute(Image &&image1)
std::string GetName() const
double GetTimeStep() const
BinaryMinMaxCurvatureFlowImageFilter Self
Self & SetThreshold(double Threshold)
Self & SetStencilRadius(int StencilRadius)
int GetStencilRadius() const
Image(Self::*)(const Image &image1) MemberFunctionType
Self & SetNumberOfIterations(uint32_t NumberOfIterations)
The Image class for SimpleITK.
Image BinaryMinMaxCurvatureFlow(Image &&image1, double timeStep=0.05, uint32_t numberOfIterations=5u, int stencilRadius=2, double threshold=0.0)
Denoise a binary image using min/max curvature flow.
Image Threshold(Image &&image1, double lower=0.0, double upper=1.0, double outsideValue=0.0)
Set image values to a user-specified value if they are below, above, or outside threshold values.
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
#define SITKBasicFilters_EXPORT