#include <mitkThinPlateSplineTransform.h>
Inherits mitkTransform.
Inheritance diagram for mitkThinPlateSplineTransform:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkThinPlateSplineTransform () | |
mitkThinPlateSplineTransform (unsigned int imageDimension, int transformMode=MITK_TRANSFORM_THINPLATESPLINE_R) | |
const MatrixType & | GetJacobian (VectorParameterType &inPoint) |
virtual void | ConvertTransformMaxtrixToVector () |
Protected Member Functions | |
virtual void | ComputeTransformMatrix () |
|
Constructor. |
|
Constructor with specific image dimensions setting. |
|
Calculate the transform matrix.
Reimplemented from mitkTransform. |
|
Convert transform matrix to transform parameter vector. This function operates on build-in data. Reimplemented from mitkTransform. |
|
Get the Jacobian matrix.
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkTransform. |