ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorGradientNDAnisotropicDiffusionFunction.h>
Public Member Functions | |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | InitializeIteration () |
Public Member Functions inherited from itk::VectorAnisotropicDiffusionFunction< TImage > | |
virtual void | CalculateAverageGradientMagnitudeSquared (TImage *) |
Public Member Functions inherited from itk::AnisotropicDiffusionFunction< TImage > | |
virtual TimeStepType | ComputeGlobalTimeStep (void *) const |
const double & | GetAverageGradientMagnitudeSquared () const |
const double & | GetConductanceParameter () const |
virtual void * | GetGlobalDataPointer () const |
const TimeStepType & | GetTimeStep () const |
virtual void | ReleaseGlobalDataPointer (void *) const |
void | SetAverageGradientMagnitudeSquared (const double &c) |
void | SetConductanceParameter (const double &c) |
void | SetTimeStep (const TimeStepType &t) |
Public Member Functions inherited from itk::FiniteDifferenceFunction< TImage > | |
const NeighborhoodScalesType | ComputeNeighborhoodScales () const |
const RadiusType & | GetRadius () const |
void | SetRadius (const RadiusType &r) |
void | SetScaleCoefficients (PixelRealType vals[ImageDimension]) |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
static const unsigned int | VectorDimension = Superclass::VectorDimension |
Static Public Attributes inherited from itk::VectorAnisotropicDiffusionFunction< TImage > | |
Static Public Attributes inherited from itk::AnisotropicDiffusionFunction< TImage > | |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImage > |
Protected Member Functions | |
VectorGradientNDAnisotropicDiffusionFunction () | |
~VectorGradientNDAnisotropicDiffusionFunction () | |
Protected Member Functions inherited from itk::VectorAnisotropicDiffusionFunction< TImage > | |
void | PrintSelf (std::ostream &os, Indent indent) const |
VectorAnisotropicDiffusionFunction () | |
~VectorAnisotropicDiffusionFunction () | |
Protected Member Functions inherited from itk::AnisotropicDiffusionFunction< TImage > | |
AnisotropicDiffusionFunction () | |
~AnisotropicDiffusionFunction () | |
Protected Member Functions inherited from itk::FiniteDifferenceFunction< TImage > | |
FiniteDifferenceFunction () | |
~FiniteDifferenceFunction () | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
void | operator= (const Self &) |
VectorGradientNDAnisotropicDiffusionFunction (const Self &) |
Private Attributes | |
DerivativeOperator < ScalarValueType, itkGetStaticConstMacro(ImageDimension) > | dx_op |
SizeValueType | m_Center |
VectorNeighborhoodInnerProduct < ImageType > | m_InnerProduct |
ScalarValueType | m_K |
SizeValueType | m_Stride [ImageDimension] |
std::slice | x_slice [ImageDimension] |
std::slice | xa_slice [ImageDimension][ImageDimension] |
std::slice | xd_slice [ImageDimension][ImageDimension] |
Static Private Attributes | |
static double | m_MIN_NORM |
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.
|
protected |
|
inlineprotected |
Definition at line 94 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
|
virtual |
Compute the equation value.
Implements itk::FiniteDifferenceFunction< TImage >.
|
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 |
Run-time type information (and related methods)
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
|
inlinevirtual |
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 |
Method for creation through the object factory.
Reimplemented from itk::LightObject.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
|
private |
Derivative operators.
Definition at line 112 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
static |
Extract vector and image dimension from superclass.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 71 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 120 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Inner product function.
Definition at line 103 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Modified global average gradient magnitude term.
Definition at line 115 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
staticprivate |
Definition at line 117 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 119 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
static |
Extract vector and image dimension from superclass.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 73 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Slices for the ND neighborhood.
Definition at line 106 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 107 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 108 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.