ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorGradientNDAnisotropicDiffusionFunction.h>
This class is a simple extension of the GradientNDAnisotropicDiffusionFunction to pixel types of multiple components. Vector components are diffused separately, but diffusion of each component is limited by a conductance term which depends on all components.
For more information, please see GradientNDAnisotropicDiffusionFunction.
Definition at line 44 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef SmartPointer< const Self > itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ConstPointer |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 52 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef Superclass::FloatOffsetType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::FloatOffsetType |
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood.
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Definition at line 67 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef Superclass::ImageType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ImageType |
Inherit some parameters from the superclass type.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 59 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef Superclass::NeighborhoodType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::NeighborhoodType |
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 66 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef Superclass::PixelType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::PixelType |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 63 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef SmartPointer< Self > itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Pointer |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 51 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef Superclass::RadiusType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::RadiusType |
Neighborhood radius type
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 65 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef PixelType::ValueType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ScalarValueType |
Type of a value in a vector (double, float, etc.)
Definition at line 77 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef VectorGradientNDAnisotropicDiffusionFunction itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Self |
Standard class typedefs.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 49 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef VectorAnisotropicDiffusionFunction< TImage > itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Superclass |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 50 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
typedef Superclass::TimeStepType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::TimeStepType |
Define the TimeStepType to always be double.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 64 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::VectorGradientNDAnisotropicDiffusionFunction | ( | ) | [protected] |
itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::~VectorGradientNDAnisotropicDiffusionFunction | ( | ) | [inline, protected] |
Definition at line 94 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::VectorGradientNDAnisotropicDiffusionFunction | ( | const Self & | ) | [private] |
virtual PixelType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ComputeUpdate | ( | const NeighborhoodType & | neighborhood, |
void * | globalData, | ||
const FloatOffsetType & | offset = FloatOffsetType(0.0) |
||
) | [virtual] |
Compute the equation value.
Implements itk::FiniteDifferenceFunction< TImage >.
virtual::itk::LightObject::Pointer itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
virtual const char* itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods)
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
virtual void itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::InitializeIteration | ( | ) | [inline, virtual] |
This method is called prior to each iteration of the solver.
Reimplemented from itk::FiniteDifferenceFunction< TImage >.
Definition at line 86 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
static Pointer itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::LightObject.
void itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
DerivativeOperator< ScalarValueType, itkGetStaticConstMacro(ImageDimension) > itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::dx_op [private] |
Derivative operators.
Definition at line 112 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
const unsigned int itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ImageDimension = Superclass::ImageDimension [static] |
Extract vector and image dimension from superclass.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 71 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
SizeValueType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::m_Center [private] |
Definition at line 120 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
VectorNeighborhoodInnerProduct< ImageType > itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::m_InnerProduct [private] |
Inner product function.
Definition at line 103 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
ScalarValueType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::m_K [private] |
Modified global average gradient magnitude term.
Definition at line 115 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
double itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::m_MIN_NORM [static, private] |
Definition at line 117 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
SizeValueType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::m_Stride[ImageDimension] [private] |
Definition at line 119 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
const unsigned int itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::VectorDimension = Superclass::VectorDimension [static] |
Extract vector and image dimension from superclass.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 73 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
std::slice itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::x_slice[ImageDimension] [private] |
Slices for the ND neighborhood.
Definition at line 106 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
std::slice itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::xa_slice[ImageDimension][ImageDimension] [private] |
Definition at line 107 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
std::slice itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::xd_slice[ImageDimension][ImageDimension] [private] |
Definition at line 108 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.