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:

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 Methods

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

Static Public Methods

Pointer New ()

Protected Methods

 CurvatureAnisotropicDiffusionImageFilter ()
 ~CurvatureAnisotropicDiffusionImageFilter ()
void PrintSelf (std::ostream &os, Indent indent) const

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 to this filter should be a scalar itk::Image of any dimensionality. The output image will be a diffused copy of the input.
See also:
AnisotropicDiffusionImageFilter , AnisotropicDiffusionFunction , CurvatureNDAnisotropicDiffusionFunction

Definition at line 43 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 53 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 52 of file itkCurvatureAnisotropicDiffusionImageFilter.h.

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

Standard class typedefs.

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

Definition at line 49 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 51 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 63 of file itkCurvatureAnisotropicDiffusionImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 70 of file itkCurvatureAnisotropicDiffusionImageFilter.h.

References itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::SetDifferenceFunction().

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

Definition at line 76 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>
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.

template<class TInputImage, class TOutputImage>
void itk::CurvatureAnisotropicDiffusionImageFilter< 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 77 of file itkCurvatureAnisotropicDiffusionImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:24:04 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000