18 #ifndef itkUnsharpMaskLevelSetImageFilter_h
19 #define itkUnsharpMaskLevelSetImageFilter_h
66 template<
typename TInputImage,
typename TOutputImage >
95 itkGetConstMacro(MaxFilterIteration,
unsigned int);
96 itkSetMacro(MaxFilterIteration,
unsigned int);
101 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
110 virtual bool Halt() ITK_OVERRIDE
112 if ( this->GetElapsedIterations() == m_MaxFilterIteration )
128 #ifndef ITK_MANUAL_INSTANTIATION
129 #include "itkUnsharpMaskLevelSetImageFilter.hxx"
UnsharpMaskLevelSetImageFilter Self
SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
unsigned int m_MaxFilterIteration
virtual bool Halt() override
ConstNeighborhoodIterator< TImageType >::RadiusType RadiusType
FunctionType::Pointer m_Function
Base class for all process objects that output image data.
This class implements the fourth order level set PDE framework.
Superclass::SparseImageType SparseImageType
~UnsharpMaskLevelSetImageFilter() override
FunctionType::RadiusType RadiusType
This class extends the LevelSetFunction class by adding a grow term based on a target curvature store...
Control indentation during Print() invocation.
LevelSetFunctionWithRefitTerm< TOutputImage, SparseImageType > FunctionType
This class implements a detail enhancing filter by making use of the 4th-order level set isotropic di...