#include <itkGradientNDAnisotropicDiffusionFunction.h>
Inheritance diagram for itk::GradientNDAnisotropicDiffusionFunction< TImage >:


.
VectorAnisotropicDiffusionFunction
VectorGradientAnisotropicDiffusionFunction
Definition at line 59 of file itkGradientNDAnisotropicDiffusionFunction.h.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef ZeroFluxNeumannBoundaryCondition< ImageType > | DefaultBoundaryConditionType |
| typedef Superclass::FloatOffsetType | FloatOffsetType |
| typedef Superclass::ImageType | ImageType |
| typedef Superclass::NeighborhoodType | NeighborhoodType |
| typedef double | PixelRealType |
| typedef Superclass::PixelType | PixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef Superclass::RadiusType | RadiusType |
| typedef GradientNDAnisotropicDiffusionFunction | Self |
| typedef ScalarAnisotropicDiffusionFunction< TImage > | Superclass |
| typedef Superclass::TimeStepType | TimeStepType |
Public Member Functions | |
| virtual void | CalculateAverageGradientMagnitudeSquared (ImageType *)=0 |
| virtual void | CalculateAverageGradientMagnitudeSquared (TImage *) |
| virtual TimeStepType | ComputeGlobalTimeStep (void *) const |
| virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) |
| virtual Pointer | CreateAnother () const |
| virtual void | Delete () |
| Set Get the average gradient magnitude squared *const double & | GetAverageGradientMagnitudeSquared () const |
| const double & | GetConductanceParameter () const |
| virtual void * | GetGlobalDataPointer () const |
| virtual const char * | GetNameOfClass () const |
| const RadiusType & | GetRadius () const |
| virtual int | GetReferenceCount () const |
| const TimeStepType & | GetTimeStep () const |
| virtual void | InitializeIteration () |
| itkStaticConstMacro (ImageDimension, unsigned int, ImageType::ImageDimension) | |
| itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Register () const |
| virtual void | ReleaseGlobalDataPointer (void *) const |
| void | SetAverageGradientMagnitudeSquared (const double &c) |
| Set Get the conductance parameter The conductance parameter *void | SetConductanceParameter (const double &c) |
| void | SetRadius (const RadiusType &r) |
| virtual void | SetReferenceCount (int) |
| Set the ScaleCoefficients for the difference *operators The defaults a These can be set to take the image *spacing into account *void | SetScaleCoefficients (PixelRealType vals[ImageDimension]) |
| Set Get the time step For this class of anisotropic diffusion filters the time step is supplied by the user and remains fixed for all updates *void | SetTimeStep (const TimeStepType &t) |
| virtual void | UnRegister () const |
Static Public Member Functions | |
| static void | BreakOnError () |
| static Pointer | New () |
Protected Member Functions | |
| FiniteDifferenceFunction () | |
| GradientNDAnisotropicDiffusionFunction () | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| ~GradientNDAnisotropicDiffusionFunction () | |
Protected Attributes | |
| DerivativeOperator< PixelType, itkGetStaticConstMacro(ImageDimension) | dx_op ) |
| unsigned long | m_Center |
| NeighborhoodInnerProduct< ImageType > | m_InnerProduct |
| PixelType | m_K |
| RadiusType | m_Radius |
| int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| PixelRealType | m_ScaleCoefficients [ImageDimension] |
| unsigned long | m_Stride [ImageDimension] |
| Methods invoked by virtual 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.*/virtual void PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
| std::slice | x_slice [ImageDimension] |
| std::slice | xa_slice [ImageDimension][ImageDimension] |
| std::slice | xd_slice [ImageDimension][ImageDimension] |
Static Protected Attributes | |
| static double | m_MIN_NORM |
|
|||||
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 67 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
|
The default boundary condition for finite difference functions that is used unless overridden in the Evaluate() method. Definition at line 93 of file itkFiniteDifferenceFunction.h. |
|
|||||
|
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 82 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
|||||
|
Inherit some parameters from the superclass type. Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 74 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
|||||
|
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::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 81 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
|
Definition at line 82 of file itkFiniteDifferenceFunction.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. |
|
|||||
|
Neighborhood radius type 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. |
|
|||||
|
Define the TimeStepType to always be double. Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 79 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 102 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
|
This method is called when itkExceptionMacro executes. It allows the debugger to break on error. |
|
||||||||||
|
This method is called before each iteration. It calculates a scalar value that is the average of the gradient magnitude squared at each pixel in the output image (intermediate solution). The average gradient magnitude value is typically used in the anisotropic diffusion equations to calibrate the conductance term. |
|
||||||||||
|
|
|
||||||||||
|
Returns the time step supplied by the user. We don't need to use the global data supplied since we are returning a fixed value. Implements itk::FiniteDifferenceFunction< TImage >. Definition at line 192 of file itkAnisotropicDiffusionFunction.h. |
|
||||||||||||||||||||
|
Compute the equation value. Implements itk::FiniteDifferenceFunction< TImage >. |
|
|
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 in itk::Object. |
|
|
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting. |
|
|
Definition at line 182 of file itkFiniteDifferenceFunction.h. |
|
|||||||||
|
Definition at line 184 of file itkAnisotropicDiffusionFunction.h. |
|
|||||||||
|
Definition at line 179 of file itkAnisotropicDiffusionFunction.h. |
|
|||||||||
|
The anisotropic diffusion classes don't use this particular parameter so it's safe to return a null value. Implements itk::FiniteDifferenceFunction< TImage >. Definition at line 197 of file itkAnisotropicDiffusionFunction.h. |
|
|||||||||
|
Run-time type information (and related methods) Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. |
|
|
Returns the radius of the neighborhood this FiniteDifferenceFunction needs to perform its calculations. Definition at line 142 of file itkFiniteDifferenceFunction.h. |
|
|
Gets the reference count on this object. Definition at line 98 of file itkLightObject.h. |
|
|||||||||
|
Definition at line 172 of file itkAnisotropicDiffusionFunction.h. |
|
|||||||||
|
This method is called prior to each iteration of the solver. Reimplemented from itk::FiniteDifferenceFunction< TImage >. Definition at line 94 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
||||||||||||||||
|
Save image dimension. |
|
||||||||||||||||||||
|
Inherit some parameters from the superclass type. Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
||||||||||||
|
Cause the object to print itself out. |
|
||||||||||||||||
|
Reimplemented from itk::ScalarAnisotropicDiffusionFunction< TImage >. Definition at line 104 of file itkGradientNDAnisotropicDiffusionFunction.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
||||||||||||
|
|
|
|
Increase the reference count (mark as used by another object). Reimplemented in itk::Object. |
|
||||||||||
|
Does nothing. No global data is used in this class of equations. Implements itk::FiniteDifferenceFunction< TImage >. Definition at line 201 of file itkAnisotropicDiffusionFunction.h. |
|
||||||||||
|
Definition at line 186 of file itkAnisotropicDiffusionFunction.h. |
|
||||||||||
|
Definition at line 177 of file itkAnisotropicDiffusionFunction.h. |
|
|
Sets the radius of the neighborhood this FiniteDifferenceFunction needs to perform its calculations. Definition at line 137 of file itkFiniteDifferenceFunction.h. |
|
|
Sets the reference count on this object. This is a dangerous method, use it with care. Reimplemented in itk::Object. |
|
|
Definition at line 148 of file itkFiniteDifferenceFunction.h. |
|
||||||||||
|
Definition at line 170 of file itkAnisotropicDiffusionFunction.h. |
|
|
Decrease the reference count (release by another object). Reimplemented in itk::Object. |
|
|||||
|
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. |
|
|||||
|
Definition at line 124 of file itkGradientNDAnisotropicDiffusionFunction.h. |
|
|
Definition at line 194 of file itkFiniteDifferenceFunction.h. |
|
|
Number of uses of this object by other objects. Definition at line 119 of file itkLightObject.h. |
|
|
Mutex lock to protect modification to the reference count Definition at line 122 of file itkLightObject.h. |
|
|
Definition at line 195 of file itkFiniteDifferenceFunction.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. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000