|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkUnsharpMaskLevelSetImageFilter_h
19 #define itkUnsharpMaskLevelSetImageFilter_h
66 template <
typename TInputImage,
typename TOutputImage>
96 itkGetConstMacro(MaxFilterIteration,
unsigned int);
97 itkSetMacro(MaxFilterIteration,
unsigned int);
103 PrintSelf(std::ostream & os,
Indent indent)
const override;
115 if (this->GetElapsedIterations() == m_MaxFilterIteration)
128 #ifndef ITK_MANUAL_INSTANTIATION
129 # include "itkUnsharpMaskLevelSetImageFilter.hxx"
typename ConstNeighborhoodIterator< TImageType >::RadiusType RadiusType
Control indentation during Print() invocation.
FunctionType::Pointer m_Function
This class extends the LevelSetFunction class by adding a grow term based on a target curvature store...
Base class for all process objects that output image data.
This class implements a detail enhancing filter by making use of the 4th-order level set isotropic di...
typename FiniteDifferenceFunctionType::RadiusType RadiusType
A storage type for sparse image data.
unsigned int m_MaxFilterIteration
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
This class implements the fourth order level set PDE framework.