#include <itkUnsharpMaskLevelSetImageFilter.h>
Inheritance diagram for itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef UnsharpMaskLevelSetImageFilter | Self |
typedef SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::SparseImageType | SparseImageType |
typedef LevelSetFunctionWithRefitTerm< TOutputImage, SparseImageType > | FunctionType |
typedef FunctionType::RadiusType | RadiusType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetMaxFilterIteration () |
virtual void | SetMaxFilterIteration (unsigned int _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
UnsharpMaskLevelSetImageFilter () | |
~UnsharpMaskLevelSetImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual bool | Halt () |
Protected Attributes | |
FunctionType::Pointer | m_Function |
unsigned int | m_MaxFilterIteration |
Definition at line 66 of file itkUnsharpMaskLevelSetImageFilter.h.
|
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 76 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
The level set function class with a refit term that forces the curvature of the moving front to match a prescribed curvature image. Definition at line 90 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 75 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
The radius type for the neighborhoods. Definition at line 93 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 72 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
The sparse image type used in LevelSetFunctionWithRefitTerm Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 86 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 74 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
|
|
Definition at line 100 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
|
|
Run-time type information (and related methods) Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. |
|
This filter halts when the iteration count reaches the specified count. Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >. Definition at line 110 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
Standard new macro Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
This method first calls the Superclass InitializeIteration method. Then it determines whether ProcessNormals should be called. Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. |
|
|
|
The LevelSetFunctionWithRefitTerm object. Definition at line 104 of file itkUnsharpMaskLevelSetImageFilter.h. |
|
The number of iterations for which this filter will run. Definition at line 107 of file itkUnsharpMaskLevelSetImageFilter.h. |