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

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

#include <itkCurvatureAnisotropicDiffusionImageFilter.h>

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

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef CurvatureAnisotropicDiffusionImageFilter 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

 CurvatureAnisotropicDiffusionImageFilter ()
 ~CurvatureAnisotropicDiffusionImageFilter ()
virtual void InitializeIteration ()

Detailed Description

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

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

Inputs and Outputs
The input and output to this filter must be a scalar itk::Image with numerical pixel types (float or double). A user defined type which correctly defines arithmetic operations with floating point accuracy should also give correct results.
Parameters
Please first read all the documentation found in AnisotropicDiffusionImageFilter and AnisotropicDiffusionFunction. Also see CurvatureNDAnisotropicDiffusionFunction.
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 55 of file itkCurvatureAnisotropicDiffusionImageFilter.h.


Member Typedef Documentation

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

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

Definition at line 65 of file itkCurvatureAnisotropicDiffusionImageFilter.h.

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

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

Definition at line 64 of file itkCurvatureAnisotropicDiffusionImageFilter.h.

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

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

Standard class typedefs.

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

Definition at line 61 of file itkCurvatureAnisotropicDiffusionImageFilter.h.

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

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

Definition at line 63 of file itkCurvatureAnisotropicDiffusionImageFilter.h.

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

Extract superclass information.

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

Definition at line 75 of file itkCurvatureAnisotropicDiffusionImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 82 of file itkCurvatureAnisotropicDiffusionImageFilter.h.

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

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

Definition at line 88 of file itkCurvatureAnisotropicDiffusionImageFilter.h.


Member Function Documentation

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

Run-time information.

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

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

Prepare for the iteration process.

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

Definition at line 90 of file itkCurvatureAnisotropicDiffusionImageFilter.h.

References itkWarningMacro.

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

Extract superclass image dimension.

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

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

Standard method for creation through object factory.

Reimplemented from itk::Object.


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