#include <itkSimilarity2DTransform.h>
Inheritance diagram for itk::Similarity2DTransform< TScalarType >:
This transform applies a rotation, scale and translation to the space given one angle for rotation, a homogeneous scale and a 2D offset for translation.
Definition at line 35 of file itkSimilarity2DTransform.h.
|
Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 43 of file itkSimilarity2DTransform.h. |
|
CovariantVector type. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 79 of file itkSimilarity2DTransform.h. |
|
Point type. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 71 of file itkSimilarity2DTransform.h. |
|
Vector type. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 75 of file itkSimilarity2DTransform.h. |
|
VnlVector type. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 83 of file itkSimilarity2DTransform.h. |
|
Jacobian type. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 65 of file itkSimilarity2DTransform.h. |
|
Offset type. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 68 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 80 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 72 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 76 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 84 of file itkSimilarity2DTransform.h. |
|
Parameters type. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 62 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 42 of file itkSimilarity2DTransform.h. |
|
Scalar type. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 59 of file itkSimilarity2DTransform.h. |
|
Standard class typedefs. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 40 of file itkSimilarity2DTransform.h. Referenced by itk::Similarity2DTransform< TScalarType >::~Similarity2DTransform(). |
|
Reimplemented from itk::CenteredRigid2DTransform< TScalarType >. Definition at line 41 of file itkSimilarity2DTransform.h. |
|
|
|
Definition at line 116 of file itkSimilarity2DTransform.h. References itk::Similarity2DTransform< TScalarType >::Self. |
|
Compute the components of the rotation matrix and offset in the superclass. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
Run-time type information (and related methods). Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
This method computes the Jacobian matrix of the transformation. given point or vector, returning the transformed point or vector. The rank of the Jacobian will also indicate if the transform is invertible at this point. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
Get the parameters that uniquely define the transform This is typically used by optimizers. There are 4 parameters. The first one represents the rotation, the second one the scale and the last two represent the offset. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
Dimension of parameters. |
|
Dimension of parameters. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
Dimension of parameters. Reimplemented from itk::Rigid2DTransform< TScalarType >.
|
|
Dimension of parameters. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
New macro for creation of through a Smart Pointer. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
Print contents of an Rigid2DTransform Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
Set the transformation to an Identity This sets the matrix to identity and the Offset to null. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
Set the transformation from a container of parameters This is typically used by optimizers. There are 3 parameters. The first one represents the rotation and the last two represents the offset. Reimplemented from itk::CenteredRigid2DTransform< TScalarType >.
|
|
Set the Scale part of the transform. |