Orfeo Toolbox  3.16
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage > Class Template Referenceabstract

#include <itkVectorCurvatureNDAnisotropicDiffusionFunction.h>

+ Inheritance diagram for itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >:
+ Collaboration diagram for itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >:

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef
ZeroFluxNeumannBoundaryCondition
< ImageType
DefaultBoundaryConditionType
 
typedef Superclass::FloatOffsetType FloatOffsetType
 
typedef Superclass::ImageType ImageType
 
typedef Vector< PixelRealType,
itkGetStaticConstMacro(ImageDimension)> 
NeighborhoodScalesType
 
typedef
Superclass::NeighborhoodType 
NeighborhoodType
 
typedef double PixelRealType
 
typedef Superclass::PixelRealType PixelrealType
 
typedef Superclass::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RadiusType RadiusType
 
typedef PixelType::ValueType ScalarValueType
 
typedef
VectorCurvatureNDAnisotropicDiffusionFunction 
Self
 
typedef
VectorAnisotropicDiffusionFunction
< TImage > 
Superclass
 
typedef Superclass::TimeStepType TimeStepType
 

Public Member Functions

virtual void CalculateAverageGradientMagnitudeSquared (TImage *)
 
virtual void CalculateAverageGradientMagnitudeSquared (ImageType *)=0
 
virtual TimeStepType ComputeGlobalTimeStep (void *) const
 
const NeighborhoodScalesType ComputeNeighborhoodScales () const
 
virtual PixelType ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0))
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual void Delete ()
 
const double & GetAverageGradientMagnitudeSquared () const
 
const double & GetConductanceParameter () const
 
virtual void * GetGlobalDataPointer () const
 
virtual const char * GetNameOfClass () const
 
const RadiusTypeGetRadius () const
 
virtual int GetReferenceCount () const
 
const TimeStepTypeGetTimeStep () const
 
virtual void InitializeIteration ()
 
void Print (std::ostream &os, Indent indent=0) const
 
virtual void Register () const
 
virtual void ReleaseGlobalDataPointer (void *) const
 
void SetAverageGradientMagnitudeSquared (const double &c)
 
void SetConductanceParameter (const double &c)
 
void SetRadius (const RadiusType &r)
 
virtual void SetReferenceCount (int)
 
void SetScaleCoefficients (PixelRealType vals[ImageDimension])
 
void SetTimeStep (const TimeStepType &t)
 
virtual void UnRegister () const
 

Static Public Member Functions

static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension
 
static const unsigned int VectorDimension = Superclass::VectorDimension
 

Protected Types

typedef int InternalReferenceCountType
 

Protected Member Functions

 VectorCurvatureNDAnisotropicDiffusionFunction ()
 
 ~VectorCurvatureNDAnisotropicDiffusionFunction ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 

Protected Attributes

RadiusType m_Radius
 
InternalReferenceCountType m_ReferenceCount
 
SimpleFastMutexLock m_ReferenceCountLock
 
PixelRealType m_ScaleCoefficients [ImageDimension]
 

Private Member Functions

 VectorCurvatureNDAnisotropicDiffusionFunction (const Self &)
 
void operator= (const Self &)
 

Private Attributes

DerivativeOperator
< ScalarValueType,
itkGetStaticConstMacro(ImageDimension)> 
dx_op
 
unsigned long m_Center
 
VectorNeighborhoodInnerProduct
< ImageType
m_InnerProduct
 
double m_K
 
unsigned long 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 = 1.0e-10
 

Detailed Description

template<class TImage>
class itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >

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.

See Also
CurvatureNDAnisotropicDiffusionFunction
VectorGradientNDAnisotropicDiffusionFunction
AnisotropicDiffusionFunction

Definition at line 42 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

Member Typedef Documentation

template<class TImage>
typedef SmartPointer<const Self> itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ConstPointer

The default boundary condition for finite difference functions that is used unless overridden in the Evaluate() method.

Definition at line 91 of file itkFiniteDifferenceFunction.h.

Inherit some parameters from the superclass type.

Definition at line 57 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

typedef int itk::LightObject::InternalReferenceCountType
protectedinherited

Define the type of the reference count according to the target. This allows the use of atomic operations

Definition at line 137 of file itkLightObject.h.

typedef Vector<PixelRealType,itkGetStaticConstMacro(ImageDimension)> itk::FiniteDifferenceFunction< TImage >::NeighborhoodScalesType
inherited

The type of data structure that holds the scales with which the neighborhood is weighted to properly account for spacing and neighborhood radius.

Definition at line 102 of file itkFiniteDifferenceFunction.h.

typedef double itk::FiniteDifferenceFunction< TImage >::PixelRealType
inherited

Definition at line 80 of file itkFiniteDifferenceFunction.h.

template<class TImage>
typedef Superclass::PixelRealType itk::AnisotropicDiffusionFunction< TImage >::PixelrealType
inherited

Definition at line 151 of file itkAnisotropicDiffusionFunction.h.

template<class TImage>
typedef PixelType::ValueType itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ScalarValueType

Standard itk Self & Superclass typedefs

Definition at line 47 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

Constructor & Destructor Documentation

Member Function Documentation

void itk::LightObject::BreakOnError ( )
staticinherited

This method is called when itkExceptionMacro executes. It allows the debugger to break on error.

Definition at line 149 of file itkLightObject.cxx.

template<class TImage >
void itk::VectorAnisotropicDiffusionFunction< TImage >::CalculateAverageGradientMagnitudeSquared ( TImage *  ip)
virtualinherited
template<class TImage>
virtual void itk::AnisotropicDiffusionFunction< TImage >::CalculateAverageGradientMagnitudeSquared ( ImageType )
pure virtualinherited

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.

Referenced by itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::InitializeIteration().

template<class TImage>
virtual TimeStepType itk::AnisotropicDiffusionFunction< TImage >::ComputeGlobalTimeStep ( void *  ) const
inlinevirtualinherited

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 201 of file itkAnisotropicDiffusionFunction.h.

const NeighborhoodScalesType itk::FiniteDifferenceFunction< TImage >::ComputeNeighborhoodScales ( ) const
inherited

Compute the scales that weight the neighborhood during difference operations to properly account for spacing and neighborhood radius

template<class TImage >
VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::PixelType itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ComputeUpdate ( const NeighborhoodType neighborhood,
void *  globalData,
const FloatOffsetType offset = FloatOffsetType(0.0) 
)
virtual
template<class TImage>
virtual::itk::LightObject::Pointer itk::VectorCurvatureNDAnisotropicDiffusionFunction< 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.

void itk::LightObject::Delete ( )
virtualinherited

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.

Delete a 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 88 of file itkLightObject.cxx.

template<class TImage>
const double& itk::AnisotropicDiffusionFunction< TImage >::GetAverageGradientMagnitudeSquared ( ) const
inlineinherited

Set/Get the average gradient magnitude squared.

Definition at line 190 of file itkAnisotropicDiffusionFunction.h.

template<class TImage>
const double& itk::AnisotropicDiffusionFunction< TImage >::GetConductanceParameter ( ) const
inlineinherited

Definition at line 184 of file itkAnisotropicDiffusionFunction.h.

template<class TImage>
virtual void* itk::AnisotropicDiffusionFunction< TImage >::GetGlobalDataPointer ( ) const
inlinevirtualinherited

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 208 of file itkAnisotropicDiffusionFunction.h.

template<class TImage>
virtual const char* itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

const RadiusType& itk::FiniteDifferenceFunction< TImage >::GetRadius ( void  ) const
inlineinherited

Returns the radius of the neighborhood this FiniteDifferenceFunction needs to perform its calculations.

Definition at line 145 of file itkFiniteDifferenceFunction.h.

virtual int itk::LightObject::GetReferenceCount ( ) const
inlinevirtualinherited

Gets the reference count on this object.

Definition at line 105 of file itkLightObject.h.

template<class TImage>
const TimeStepType& itk::AnisotropicDiffusionFunction< TImage >::GetTimeStep ( ) const
inlineinherited

Definition at line 174 of file itkAnisotropicDiffusionFunction.h.

template<class TImage>
virtual void itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::InitializeIteration ( )
inlinevirtual

This method is called prior to each iteration of the solver.

Reimplemented from itk::FiniteDifferenceFunction< TImage >.

Definition at line 81 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

template<class TImage>
static Pointer itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::New ( )
static
template<class TImage>
void itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::operator= ( const Self )
private
void itk::LightObject::Print ( std::ostream &  os,
Indent  indent = 0 
) const
inherited

Cause the object to print itself out.

Avoid DLL boundary problems. This function will be common to all itk objects. It just calls the header/self/trailer virtual print methods, which can be overriden by subclasses (any itk object).

Definition at line 135 of file itkLightObject.cxx.

References itk::Indent::GetNextIndent().

Referenced by itk::operator<<().

void itk::LightObject::PrintHeader ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

Define a default print header for all objects.

Definition at line 320 of file itkLightObject.cxx.

template<class TImage>
void itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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.

Chaining method to print an object's instance variables, as well as its superclasses.

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 90 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

void itk::LightObject::PrintTrailer ( std::ostream &  os,
Indent  indent 
) const
protectedvirtualinherited

Define a default print trailer for all objects.

Definition at line 331 of file itkLightObject.cxx.

void itk::LightObject::Register ( ) const
virtualinherited

Increase the reference count (mark as used by another object).

Reimplemented in itk::ExceptionObject::ReferenceCountedExceptionData, and itk::Object.

Definition at line 160 of file itkLightObject.cxx.

Referenced by itk::ExceptionObject::ReferenceCountedExceptionData::Register().

template<class TImage>
virtual void itk::AnisotropicDiffusionFunction< TImage >::ReleaseGlobalDataPointer ( void *  ) const
inlinevirtualinherited

Does nothing. No global data is used in this class of equations.

Implements itk::FiniteDifferenceFunction< TImage >.

Definition at line 214 of file itkAnisotropicDiffusionFunction.h.

template<class TImage>
void itk::AnisotropicDiffusionFunction< TImage >::SetAverageGradientMagnitudeSquared ( const double &  c)
inlineinherited
template<class TImage>
void itk::AnisotropicDiffusionFunction< TImage >::SetConductanceParameter ( const double &  c)
inlineinherited

Set/Get the conductance parameter. The conductance parameter.

Definition at line 180 of file itkAnisotropicDiffusionFunction.h.

Referenced by itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::InitializeIteration().

void itk::FiniteDifferenceFunction< TImage >::SetRadius ( const RadiusType r)
inlineinherited

Sets the radius of the neighborhood this FiniteDifferenceFunction needs to perform its calculations.

Definition at line 140 of file itkFiniteDifferenceFunction.h.

void itk::LightObject::SetReferenceCount ( int  ref)
virtualinherited

Sets the reference count on this object. This is a dangerous method, use it with care.

Sets the reference count (use with care)

Reimplemented in itk::Object.

Definition at line 244 of file itkLightObject.cxx.

void itk::FiniteDifferenceFunction< TImage >::SetScaleCoefficients ( PixelRealType  vals[ImageDimension])
inlineinherited

Set the ScaleCoefficients for the difference operators. The defaults a 1.0. These can be set to take the image spacing into account.

Definition at line 151 of file itkFiniteDifferenceFunction.h.

template<class TImage>
void itk::AnisotropicDiffusionFunction< TImage >::SetTimeStep ( const TimeStepType t)
inlineinherited

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.

Definition at line 170 of file itkAnisotropicDiffusionFunction.h.

Referenced by itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::InitializeIteration().

void itk::LightObject::UnRegister ( ) const
virtualinherited

Decrease the reference count (release by another object).

Reimplemented in itk::ExceptionObject::ReferenceCountedExceptionData, and itk::Object.

Definition at line 192 of file itkLightObject.cxx.

Referenced by itk::LightObject::New(), and itk::ExceptionObject::ReferenceCountedExceptionData::UnRegister().

Member Data Documentation

template<class TImage>
DerivativeOperator<ScalarValueType, itkGetStaticConstMacro(ImageDimension)> itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::dx_op
private

Derivative operator

Definition at line 106 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

template<class TImage>
const unsigned int itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::ImageDimension = Superclass::ImageDimension
static

Extract the image and vector dimension.

Definition at line 70 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

template<class TImage>
unsigned long itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::m_Center
private
template<class TImage>
VectorNeighborhoodInnerProduct<ImageType> itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::m_InnerProduct
private

Inner product function.

Definition at line 98 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

template<class TImage>
double itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::m_K
private

Modified global average gradient magnitude term.

Definition at line 109 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

template<class TImage>
double itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::m_MIN_NORM = 1.0e-10
staticprivate
RadiusType itk::FiniteDifferenceFunction< TImage >::m_Radius
protectedinherited

Definition at line 201 of file itkFiniteDifferenceFunction.h.

InternalReferenceCountType itk::LightObject::m_ReferenceCount
mutableprotectedinherited

Number of uses of this object by other objects.

Definition at line 141 of file itkLightObject.h.

SimpleFastMutexLock itk::LightObject::m_ReferenceCountLock
mutableprotectedinherited

Mutex lock to protect modification to the reference count

Definition at line 144 of file itkLightObject.h.

PixelRealType itk::FiniteDifferenceFunction< TImage >::m_ScaleCoefficients[ImageDimension]
protectedinherited

Definition at line 202 of file itkFiniteDifferenceFunction.h.

template<class TImage>
unsigned long itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::m_Stride[ImageDimension]
private
template<class TImage>
const unsigned int itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::VectorDimension = Superclass::VectorDimension
static
template<class TImage>
std::slice itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::x_slice[ImageDimension]
private

Slices for the ND neighborhood.

Definition at line 101 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

template<class TImage>
std::slice itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::xa_slice[ImageDimension][ImageDimension]
private
template<class TImage>
std::slice itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::xd_slice[ImageDimension][ImageDimension]
private

The documentation for this class was generated from the following files:

Generated at Sun May 19 2013 02:50:15 for Orfeo Toolbox with doxygen 1.8.3.1