Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage > Class Template Reference
[Image Enhancement Filters]

#include <itkVectorCurvatureAnisotropicDiffusionImageFilter.h>

Inheritance diagram for itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef VectorCurvatureAnisotropicDiffusionImageFilter Self
typedef AnisotropicDiffusionImageFilter<
TInputImage, TOutputImage > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::UpdateBufferType UpdateBufferType

Public Member Functions

virtual const char * GetClassName () const
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 VectorCurvatureAnisotropicDiffusionImageFilter ()
 ~VectorCurvatureAnisotropicDiffusionImageFilter ()
virtual void InitializeIteration ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >

This filter performs anisotropic diffusion on a vector itk::Image using the modified curvature diffusion equation (MCDE) implemented in itkVectorCurvatureNDAnisotropicDiffusionFunction. For detailed information on anisotropic diffusion and the MCDE see itkAnisotropicDiffusionFunction, itkVectorCurvatureNDAnisotropicDiffusionFunction, and itkCurvatureNDAnisotropicDiffusionFunction.

Inputs and Outputs
The input to this filter must be an itk::Image with pixel type which is either an itk::Vector, or a subclass of an itk::Vector. Additionally, the component type of the vector should be a numerical type (float or double, or a user defined type which correctly defines arithmetic operations with floating point accuracy). The output image type also has these requirements.
Parameters
Please first read all the documentation found in AnisotropicDiffusionImageFilter and AnisotropicDiffusionFunction. Also see VectorCurvatureNDAnisotropicDiffusionFunction.
The default time step for this filter is set to the maximum theoretically stable value: 0.5 / 2^N, where N is the dimensionality of the image. For a 2D image, this means valid time steps are below 0.1250. For a 3D image, valid time steps are below 0.0625.

See also:
AnisotropicDiffusionImageFilter

AnisotropicDiffusionFunction

CurvatureNDAnisotropicDiffusionFunction

Definition at line 61 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::ConstPointer
 

Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

Definition at line 70 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Pointer
 

Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

Definition at line 69 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

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

template<class TInputImage, class TOutputImage>
typedef VectorCurvatureAnisotropicDiffusionImageFilter itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Self
 

Standard itk typedefs

Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

Definition at line 66 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef AnisotropicDiffusionImageFilter<TInputImage, TOutputImage> itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Superclass
 

Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

Definition at line 68 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef Superclass::UpdateBufferType itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::UpdateBufferType
 

Convenient typedef.

Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

Definition at line 80 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputImage>
itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::VectorCurvatureAnisotropicDiffusionImageFilter  )  [inline, protected]
 

Definition at line 87 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

References HardConnectedComponentImageFilter::New(), and itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Pointer.

template<class TInputImage, class TOutputImage>
itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::~VectorCurvatureAnisotropicDiffusionImageFilter  )  [inline, protected]
 

Definition at line 93 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
virtual const char* itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::GetClassName  )  const [virtual]
 

Run-time type information.

Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

template<class TInputImage, class TOutputImage>
virtual void itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::InitializeIteration  )  [inline, protected, virtual]
 

Prepare for the iteration process.

Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

Definition at line 95 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

References itkWarningMacro.

template<class TInputImage, class TOutputImage>
itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro ImageDimension  ,
unsigned  int,
Superclass::ImageDimension 
 

Determine the image dimension.

Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

template<class TInputImage, class TOutputImage>
Pointer itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::New  )  [static]
 

Instantiation through object factory.

Reimplemented from itk::Object.

template<class TInputImage, class TOutputImage>
void itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::PrintSelf std::ostream &  os,
Indent  indent
const [inline, protected, virtual]
 

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::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.

Definition at line 104 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

References HardConnectedComponentImageFilter::PrintSelf().


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:58:09 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000