#include <itkGradientNDAnisotropicDiffusionFunction.h>
Inheritance diagram for itk::GradientNDAnisotropicDiffusionFunction:
Public Types | |
typedef GradientNDAnisotropicDiffusionFunction | Self |
typedef ScalarAnisotropicDiffusionFunction< TImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ImageType | ImageType |
typedef Superclass::PixelType | PixelType |
typedef Superclass::TimeStepType | TimeStepType |
typedef Superclass::RadiusType | RadiusType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::FloatOffsetType | FloatOffsetType |
Public Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) const |
virtual void | InitializeIteration () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
GradientNDAnisotropicDiffusionFunction () | |
~GradientNDAnisotropicDiffusionFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
NeighborhoodInnerProduct< ImageType > | m_InnerProduct |
std::slice | x_slice [ImageDimension] |
std::slice | xa_slice [ImageDimension][ImageDimension] |
std::slice | xd_slice [ImageDimension][ImageDimension] |
DerivativeOperator< PixelType, itkGetStaticConstMacro(ImageDimension) | dx_op ) |
PixelType | m_K |
unsigned long | m_Center |
unsigned long | m_Stride [ImageDimension] |
Static Protected Attributes | |
double | m_MIN_NORM |
The conductance term for this implementation is chosen as a function of the gradient magnitude of the image at each point, reducing the strength of diffusion at edge pixels.
.
The numerical implementation of this equation is similar to that described in the Perona-Malik paper below, but uses a more robust technique for gradient magnitude estimation and has been generalized to N-dimensions.
Definition at line 59 of file itkGradientNDAnisotropicDiffusionFunction.h.
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 67 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Definition at line 82 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Inherit some parameters from the superclass type. Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 77 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 81 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 78 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 66 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 80 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Standard class typedefs. Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 64 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 65 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 79 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
|
|
Definition at line 102 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Compute the equation value. Implements itk::FiniteDifferenceFunction< TImage >. |
|
Run-time type information (and related methods) Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. |
|
This method is called prior to each iteration of the solver. Reimplemented from itk::FiniteDifferenceFunction< TImage >. Definition at line 94 of file itkGradientNDAnisotropicDiffusionFunction.h. References itk::AnisotropicDiffusionFunction< TImage >::GetAverageGradientMagnitudeSquared(), itk::AnisotropicDiffusionFunction< TImage >::GetConductanceParameter(), and itk::GradientNDAnisotropicDiffusionFunction< TImage >::m_K. |
|
Inherit some parameters from the superclass type. Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. |
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 104 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Derivative operator. Definition at line 116 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Definition at line 121 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Inner product function. Definition at line 108 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Modified global average gradient magnitude term. Definition at line 119 of file itkGradientNDAnisotropicDiffusionFunction.h. Referenced by itk::GradientNDAnisotropicDiffusionFunction< TImage >::InitializeIteration(). |
|
Definition at line 124 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Definition at line 122 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Slices for the ND neighborhood. Definition at line 111 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Definition at line 112 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
Definition at line 113 of file itkGradientNDAnisotropicDiffusionFunction.h. |