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

itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage > Class Template Reference
[Intensity Image FiltersMultithreaded Filters]

Implements pixel-wise the computation of constrained value difference. More...

#include <itkConstrainedValueDifferenceImageFilter.h>

Inheritance diagram for itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ConstrainedValueDifferenceImageFilter Self
typedef BinaryFunctorImageFilter<
TInputImage1, TInputImage2,
TOutputImage, Functor::ConstrainedValueDifference<
typename TInputImage1::PixelType,
typename TInputImage2::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Member Functions

Pointer New ()

Protected Member Functions

 ConstrainedValueDifferenceImageFilter ()
virtual ~ConstrainedValueDifferenceImageFilter ()

Detailed Description

template<class TInputImage1, class TInputImage2, class TOutputImage>
class itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >

Implements pixel-wise the computation of constrained value difference.

This filter is parametrized over the types of the two input images and the type of the output image.

Numeric conversions (castings) are done by the C++ defaults.

The filter will walk over all the pixels in the two input images, and for each one of them it will do the following:

The filter expect all images to have the same dimension (e.g. all 2D, or all 3D, or all ND)

Author:
Lino Ramirez. Dept. of Electrical and Computer Engineering. University of Alberta. Canada

Definition at line 71 of file itkConstrainedValueDifferenceImageFilter.h.


Member Typedef Documentation

template<class TInputImage1, class TInputImage2, class TOutputImage>
typedef SmartPointer<const Self> itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer
 

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >.

Definition at line 89 of file itkConstrainedValueDifferenceImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
typedef SmartPointer<Self> itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer
 

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >.

Definition at line 88 of file itkConstrainedValueDifferenceImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
typedef ConstrainedValueDifferenceImageFilter itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >.

Definition at line 81 of file itkConstrainedValueDifferenceImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
typedef BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage, Functor::ConstrainedValueDifference< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType> > itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass
 

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >.

Definition at line 87 of file itkConstrainedValueDifferenceImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage1, class TInputImage2, class TOutputImage>
itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstrainedValueDifferenceImageFilter  )  [inline, protected]
 

Definition at line 95 of file itkConstrainedValueDifferenceImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
virtual itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::~ConstrainedValueDifferenceImageFilter  )  [inline, protected, virtual]
 

Definition at line 96 of file itkConstrainedValueDifferenceImageFilter.h.


Member Function Documentation

template<class TInputImage1, class TInputImage2, class TOutputImage>
Pointer itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >.


The documentation for this class was generated from the following file:
Generated at Thu May 25 00:41:36 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000