18#ifndef itkCurvatureFlowImageFilter_h
19#define itkCurvatureFlowImageFilter_h
95template <
typename TInputImage,
typename TOutputImage>
115 using typename Superclass::InputImageType;
118 using typename Superclass::OutputImageType;
122 using typename Superclass::FiniteDifferenceFunctionType;
129 static constexpr unsigned int ImageDimension = Superclass::ImageDimension;
133 using typename Superclass::PixelType;
136 using typename Superclass::TimeStepType;
144#ifdef ITK_USE_CONCEPT_CHECKING
167 if (this->GetElapsedIterations() == this->GetNumberOfIterations())
200#ifndef ITK_MANUAL_INSTANTIATION
201# include "itkCurvatureFlowImageFilter.hxx"
This class encapsulate the finite difference equation which drives a curvature flow denoising algorit...
Denoise an image using curvature driven flow.
void PrintSelf(std::ostream &os, Indent indent) const override
void EnlargeOutputRequestedRegion(DataObject *) override
CurvatureFlowImageFilter()
void InitializeIteration() override
~CurvatureFlowImageFilter() override=default
void GenerateInputRequestedRegion() override
Base class for all data objects in ITK.
typename FiniteDifferenceFunctionType::TimeStepType TimeStepType
Base class for all process objects that output image data.
typename OutputImageType::Pointer OutputImagePointer
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....