18 #ifndef itkBinaryMinMaxCurvatureFlowImageFilter_h
19 #define itkBinaryMinMaxCurvatureFlowImageFilter_h
75 template<
typename TInputImage,
typename TOutputImage >
104 itkSetMacro(Threshold,
double);
105 itkGetConstMacro(Threshold,
double);
108 #ifdef ITK_USE_CONCEPT_CHECKING
112 typename TOutputImage::PixelType > ) );
130 void operator=(const Self &);
138 #ifndef ITK_MANUAL_INSTANTIATION
139 #include "itkBinaryMinMaxCurvatureFlowImageFilter.hxx"
BinaryMinMaxCurvatureFlowImageFilter()
static const unsigned int ImageDimension
BinaryMinMaxCurvatureFlowImageFilter Self
BinaryMinMaxCurvatureFlowFunction< OutputImageType > BinaryMinMaxCurvatureFlowFunctionType
Superclass::FiniteDifferenceFunctionType FiniteDifferenceFunctionType
SmartPointer< Self > Pointer
Superclass::OutputImageType OutputImageType
static const unsigned int ImageDimension
Base class for all process objects that output image data.
Superclass::OutputImageType OutputImageType
Superclass::FiniteDifferenceFunctionType FiniteDifferenceFunctionType
virtual void InitializeIteration() override
Denoise a binary image using min/max curvature flow.
Denoise an image using min/max curvature flow.
~BinaryMinMaxCurvatureFlowImageFilter()
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
#define itkConceptMacro(name, concept)
MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override