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

itkLandmarkBasedTransformInitializer.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk

Classes

class  itk::LandmarkBasedTransformInitializer< TTransform, TFixedImage, TMovingImage >
 LandmarkBasedTransformInitializer is a helper class intended to The class computes the transform that aligns the fixed and moving images given a set of landmarks. The class is templated over the Transform type. The transform computed gives the best fit transform that maps the fixed and moving images in a least squares sense. The indices are taken to correspond, so point 1 in the first set will get mapped close to point 1 in the second set, etc. An equal number of fixed and moving landmarks need to be specified using SetFixedLandmarks() SetMovingLandmarks(). Any number of landmarks may be specified. Call InitializeTransform() to initialize the transform. More...


Generated at Thu Nov 6 01:07:21 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000