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

itk::EdgePotentialImageFilter< TInputImage, TOutputImage > Class Template Reference

Computes the edge potential of an image from the image gradient. More...

#include <itkEdgePotentialImageFilter.h>

List of all members.

Public Types

typedef EdgePotentialImageFilter Self
typedef UnaryFunctorImageFilter<
TInputImage, TOutputImage,
Functor::EdgePotential< typename
TInputImage::PixelType, typename
TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Member Functions

Pointer New ()

Protected Member Functions

 EdgePotentialImageFilter ()
virtual ~EdgePotentialImageFilter ()


Detailed Description

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

Computes the edge potential of an image from the image gradient.

Input to this filter should be a CovariantVector image representing the image gradient.

The filter expect both the input and output images to have the same number of dimensions, and the output to be of a scalar image type.

Definition at line 52 of file itkEdgePotentialImageFilter.h.


Member Typedef Documentation

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

Definition at line 68 of file itkEdgePotentialImageFilter.h.

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

Definition at line 67 of file itkEdgePotentialImageFilter.h.

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

Standard class typedefs. Definition at line 61 of file itkEdgePotentialImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::EdgePotential< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::EdgePotentialImageFilter< TInputImage, TOutputImage >::Superclass
 

Definition at line 66 of file itkEdgePotentialImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 74 of file itkEdgePotentialImageFilter.h.

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

Definition at line 75 of file itkEdgePotentialImageFilter.h.


Member Function Documentation

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

Method for creation through the object factory.


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