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

itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage > Class Template Reference
[Similarity Metrics of Registration Methods]

Computes similarity between two objects to be registered. More...

#include <itkPatternIntensityImageToImageMetric.h>

Inheritance diagram for itk::PatternIntensityImageToImageMetric:

Inheritance graph
[legend]
Collaboration diagram for itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef PatternIntensityImageToImageMetric Self
typedef ImageToImageMetric<
TFixedImage, TMovingImage > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::TransformType TransformType
typedef Superclass::TransformPointer TransformPointer
typedef Superclass::TransformParametersType TransformParametersType
typedef Superclass::TransformJacobianType TransformJacobianType
typedef Superclass::MeasureType MeasureType
typedef Superclass::DerivativeType DerivativeType
typedef Superclass::FixedImageType FixedImageType
typedef Superclass::MovingImageType MovingImageType
typedef Superclass::FixedImageConstPointer FixedImageConstPointer
typedef Superclass::MovingImageConstPointer MovingImageConstPointer

Public Methods

virtual const char * GetClassName () const
void GetDerivative (const TransformParametersType &parameters, DerivativeType &derivative) const
MeasureType GetValue (const TransformParametersType &parameters) const
void GetValueAndDerivative (const TransformParametersType &parameters, MeasureType &Value, DerivativeType &derivative) const

Static Public Methods

Pointer New ()

Protected Methods

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

Detailed Description

template<class TFixedImage, class TMovingImage>
class itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >

Computes similarity between two objects to be registered.

This Class is templated over the type of the Images to be compared and over the type of transformation and Iterpolator to be used.

This metric computes the sum of squared differences between pixels in the moving image and pixels in the fixed image after passing the squared difference through a function of type .

Spatial correspondance between both images is established through a Transform. Pixel values are taken from the Moving image. Their positions are mapped to the Fixed image and result in general in non-grid position on it. Values at these non-grid position of the Fixed image are interpolated using a user-selected Interpolator.

Definition at line 46 of file itkPatternIntensityImageToImageMetric.h.


Member Typedef Documentation

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<const Self> itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 56 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::DerivativeType itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType
 

Type of the derivative.

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 72 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageConstPointer itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 75 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageType itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType
 

Type of the fixed Image.

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 73 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MeasureType itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::MeasureType
 

Type of the measure.

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 71 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageConstPointer itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 76 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageType itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType
 

Type of the moving Image.

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 74 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<Self> itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::Pointer
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 55 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef PatternIntensityImageToImageMetric itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::Self
 

Standard class typedefs.

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 52 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef ImageToImageMetric<TFixedImage, TMovingImage > itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::Superclass
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 53 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformJacobianType itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 69 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformParametersType itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 68 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformPointer itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 67 of file itkPatternIntensityImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformType itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::TransformType
 

Types transferred from the base class

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 66 of file itkPatternIntensityImageToImageMetric.h.


Constructor & Destructor Documentation

template<class TFixedImage, class TMovingImage>
itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::PatternIntensityImageToImageMetric   [protected]
 

template<class TFixedImage, class TMovingImage>
virtual itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::~PatternIntensityImageToImageMetric   [inline, protected, virtual]
 

Definition at line 92 of file itkPatternIntensityImageToImageMetric.h.


Member Function Documentation

template<class TFixedImage, class TMovingImage>
virtual const char* itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::GetClassName   const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

template<class TFixedImage, class TMovingImage>
void itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative const TransformParametersType   parameters,
DerivativeType   derivative
const
 

Get the derivatives of the match measure.

template<class TFixedImage, class TMovingImage>
MeasureType itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::GetValue const TransformParametersType   parameters const
 

Get the value for single valued optimizers.

template<class TFixedImage, class TMovingImage>
void itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative const TransformParametersType   parameters,
MeasureType   Value,
DerivativeType   derivative
const
 

Get value and derivatives for multiple valued optimizers.

template<class TFixedImage, class TMovingImage>
Pointer itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TFixedImage, class TMovingImage>
void itk::PatternIntensityImageToImageMetric< TFixedImage, TMovingImage >::PrintSelf std::ostream &    os,
Indent    indent
const [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::ImageToImageMetric< TFixedImage, TMovingImage >.


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