irtkImageFreeFormRegistration2D Class Reference

#include <irtkImageFreeFormRegistration2D.h>

Inheritance diagram for irtkImageFreeFormRegistration2D:

Inheritance graph
[legend]
Collaboration diagram for irtkImageFreeFormRegistration2D:

Collaboration graph
[legend]

List of all members.


Detailed Description

Filter for non-rigid registration based on voxel similarity measures.

This class implements a registration filter for the non-rigid registration of two images. The basic algorithm is described in Rueckert et al., IEEE Transactions on Medical Imaging, 1999.

Definition at line 26 of file irtkImageFreeFormRegistration2D.h.


Public Member Functions

virtual const char * NameOfClass ()
 Returns the name of the class.
virtual void GuessParameter ()
 Guess parameters.

Protected Member Functions

virtual double Evaluate ()
 Evaluates the registration.
virtual double EvaluateDerivative (int, double)
 Evaluates the registration.

Member Function Documentation

virtual double irtkImageFreeFormRegistration2D::Evaluate (  )  [protected, virtual]

Evaluates the registration.

This function evaluates the registration by looping over the target image and interpolating the transformed source image while filling the joint histogram. This function returns the value of the similarity measure using Similarity().

Reimplemented from irtkImageFreeFormRegistration.

virtual double irtkImageFreeFormRegistration2D::EvaluateDerivative ( int  ,
double   
) [protected, virtual]

Evaluates the registration.

This function evaluates the registration by looping over the target image and interpolating the transformed source image while filling the joint histogram. This function returns the value of the similarity measure using Similarity(). This function uses the cached result of any previous call to Evaluate() and recalculates the similarity measure in the specified region of interest.

Reimplemented from irtkImageFreeFormRegistration.


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