ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions
itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <itkVectorCurvatureAnisotropicDiffusionImageFilter.h>

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

List of all members.

Public Types

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

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType >) InputHasNumericTraitsCheck
 typedef (Concept::HasNumericTraits< typename TOutputImage::PixelType::ValueType >) OutputHasNumericTraitsCheck

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension

Protected Member Functions

virtual void InitializeIteration ()
 ~VectorCurvatureAnisotropicDiffusionImageFilter ()
 VectorCurvatureAnisotropicDiffusionImageFilter ()

Private Member Functions

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

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 63 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef VectorCurvatureAnisotropicDiffusionImageFilter itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Self
template<class TInputImage , class TOutputImage >
typedef AnisotropicDiffusionImageFilter< TInputImage, TOutputImage > itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Superclass
template<class TInputImage , class TOutputImage >
typedef Superclass::UpdateBufferType itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::UpdateBufferType

Constructor & Destructor Documentation

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

End concept checking

Definition at line 98 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

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

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::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::Object.

template<class TInputImage , class TOutputImage >
virtual const char* itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) 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]

Supplies the halting criteria for this class of filters. The algorithm will stop after a user-specified number of iterations. Prepare for the iteration process.

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

Definition at line 108 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.

References itkWarningMacro.

template<class TInputImage , class TOutputImage >
static 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 >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

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

template<class TInputImage , class TOutputImage >
itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType >  )

Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType > )

template<class TInputImage , class TOutputImage >
itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< typename TOutputImage::PixelType::ValueType >  )

This class requires OutputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TOutputImage::PixelType::ValueType > )


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::ImageDimension = Superclass::ImageDimension [static]

Determine the image dimension.

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

Definition at line 86 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.


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