ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorCurvatureNDAnisotropicDiffusionFunction.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 | |
void | PrintSelf (std::ostream &os, Indent indent) const |
VectorCurvatureNDAnisotropicDiffusionFunction () | |
~VectorCurvatureNDAnisotropicDiffusionFunction () | |
Protected Member Functions inherited from itk::VectorAnisotropicDiffusionFunction< TImage > | |
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 &) |
VectorCurvatureNDAnisotropicDiffusionFunction (const Self &) |
Private Attributes | |
DerivativeOperator < ScalarValueType, itkGetStaticConstMacro(ImageDimension) > | dx_op |
SizeValueType | m_Center |
VectorNeighborhoodInnerProduct < ImageType > | m_InnerProduct |
double | 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 CurvatureNDAnisotropicDiffusionFunction 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 CurvatureNDAnisotropicDiffusionFunction.
Definition at line 44 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef SmartPointer< const Self > itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ConstPointer |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 52 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef Superclass::FloatOffsetType itk::VectorCurvatureNDAnisotropicDiffusionFunction< 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 itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef Superclass::ImageType itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ImageType |
Inherit some parameters from the superclass type.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 59 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef Superclass::NeighborhoodType itk::VectorCurvatureNDAnisotropicDiffusionFunction< 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 itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef Superclass::PixelType itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::PixelType |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 63 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef SmartPointer< Self > itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::Pointer |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 51 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef Superclass::RadiusType itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::RadiusType |
Neighborhood radius type
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 65 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef PixelType::ValueType itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ScalarValueType |
Definition at line 68 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef VectorCurvatureNDAnisotropicDiffusionFunction itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::Self |
Standard itk Self & Superclass typedefs
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 49 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef VectorAnisotropicDiffusionFunction< TImage > itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::Superclass |
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 50 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
typedef Superclass::TimeStepType itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::TimeStepType |
Define the TimeStepType to always be double.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 64 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
protected |
|
inlineprotected |
Definition at line 92 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.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 84 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.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 >.
|
inlineprotectedvirtual |
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::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 93 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Derivative operator
Definition at line 111 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
static |
Extract the image and vector dimension.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 72 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 117 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Inner product function.
Definition at line 103 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Modified global average gradient magnitude term.
Definition at line 114 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
staticprivate |
Definition at line 116 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 118 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
static |
Extract the image and vector dimension.
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.
Definition at line 74 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Slices for the ND neighborhood.
Definition at line 106 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 107 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
private |
Definition at line 108 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.