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>

Inheritance diagram for itk::EdgePotentialImageFilter:

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

Collaboration graph
[legend]
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 Methods

Pointer New ()

Protected Methods

 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
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 68 of file itkEdgePotentialImageFilter.h.

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

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 67 of file itkEdgePotentialImageFilter.h.

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

Standard class typedefs.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >.

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
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >.

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.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType > >.


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