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