Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Namespaces
itkAnisotropicSimilarityLandmarkBasedTransformInitializer.h File Reference
#include "itkObject.h"
#include "itkObjectFactory.h"
#include "itkAnisotropicSimilarity3DTransform.h"
#include "itkRigid2DTransform.h"
#include <vector>
#include <iostream>
#include "itkAnisotropicSimilarityLandmarkBasedTransformInitializer.txx"
Include dependency graph for itkAnisotropicSimilarityLandmarkBasedTransformInitializer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::AnisotropicSimilarityLandmarkBasedTransformInitializer< TTransform, TFixedImage, TMovingImage >
 AnisotropicSimilarityLandmarkBasedTransformInitializer 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...
 

Namespaces

 itk
 Simplified inverse ITK transforms.