irtkImageAffineRegistration2D Class Reference

#include <irtkImageAffineRegistration2D.h>

Inheritance diagram for irtkImageAffineRegistration2D:

Inheritance graph
[legend]
Collaboration diagram for irtkImageAffineRegistration2D:

Collaboration graph
[legend]

List of all members.


Detailed Description

Filter for affine registration based on voxel similarity measures.

This class implements a registration filter for the affine registration of images. The basic algorithm is described in Studholme, Medical Image Analysis, Vol. 1, No. 2, 1996.

Definition at line 26 of file irtkImageAffineRegistration2D.h.


Public Member Functions

virtual void SetOutput (irtkTransformation *)
 Sets the output for the registration filter.
virtual const char * NameOfClass ()
 Returns the name of the class.

Member Function Documentation

virtual void irtkImageAffineRegistration2D::SetOutput ( irtkTransformation  )  [virtual]

Sets the output for the registration filter.

The output must be a affine transformation. The current parameters of the affine transformation are used as initial guess for the affine registration. After execution of the filter the parameters of the affine transformation are updated with the optimal transformation parameters.

Reimplemented from irtkImageRigidRegistration.


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