18#ifndef itkBinaryMinMaxCurvatureFlowImageFilter_h
19#define itkBinaryMinMaxCurvatureFlowImageFilter_h
80template <
typename TInputImage,
typename TOutputImage>
101 using typename Superclass::FiniteDifferenceFunctionType;
102 using typename Superclass::OutputImageType;
109 static constexpr unsigned int ImageDimension = Superclass::ImageDimension;
112 itkSetMacro(Threshold,
double);
113 itkGetConstMacro(Threshold,
double);
116#ifdef ITK_USE_CONCEPT_CHECKING
136 double m_Threshold{};
140#ifndef ITK_MANUAL_INSTANTIATION
141# include "itkBinaryMinMaxCurvatureFlowImageFilter.hxx"
Denoise a binary image using min/max curvature flow.
~BinaryMinMaxCurvatureFlowImageFilter() override=default
void InitializeIteration() override
void PrintSelf(std::ostream &os, Indent indent) const override
BinaryMinMaxCurvatureFlowImageFilter()
Base class for all process objects that output image data.
Control indentation during Print() invocation.
Denoise an image using min/max curvature flow.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....