#include <itkSimilarity2DTransform.h>
Inheritance diagram for itk::Similarity2DTransform< TScalarType >:
This transform applies a homogenous scale and rigid transform in 2D space. The transform is specified as a scale and rotation around a arbitrary center and is followed by a translation. given one angle for rotation, a homogeneous scale and a 2D offset for translation.
The parameters for this transform can be set either using individual Set methods or in serialized form using SetParameters() and SetFixedParameters().
The serialization of the optimizable parameters is an array of 3 elements ordered as follows: p[0] = scale p[1] = angle p[2] = x component of the translation p[3] = y component of the translation
The serialization of the fixed parameters is an array of 2 elements ordered as follows: p[0] = x coordinate of the center p[1] = y coordinate of the center
Access methods for the center, translation and underlying matrix offset vectors are documented in the superclass MatrixOffsetTransformBase.
Access methods for the angle are documented in superclass Rigid2DTransform.
Definition at line 62 of file itkSimilarity2DTransform.h.
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 70 of file itkSimilarity2DTransform.h. |
|
CovariantVector type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 110 of file itkSimilarity2DTransform.h. |
|
Point type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 102 of file itkSimilarity2DTransform.h. |
|
Vector type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 106 of file itkSimilarity2DTransform.h. |
|
VnlVector type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 114 of file itkSimilarity2DTransform.h. |
|
Jacobian type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 93 of file itkSimilarity2DTransform.h. |
|
Matrix type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Definition at line 99 of file itkSimilarity2DTransform.h. |
|
Offset type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 96 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 111 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 103 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 107 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 115 of file itkSimilarity2DTransform.h. |
|
Parameters type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 90 of file itkSimilarity2DTransform.h. |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 69 of file itkSimilarity2DTransform.h. |
|
Scalar type. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 86 of file itkSimilarity2DTransform.h. |
|
Definition at line 87 of file itkSimilarity2DTransform.h. Referenced by itk::Similarity2DTransform< TScalarType >::SetVarScale(), and itk::Similarity2DTransform< TScalarType >::~Similarity2DTransform(). |
|
Standard class typedefs. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 67 of file itkSimilarity2DTransform.h. Referenced by itk::Similarity2DTransform< TScalarType >::SetVarScale(). |
|
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. Definition at line 68 of file itkSimilarity2DTransform.h. |
|
|
|
|
|
Definition at line 185 of file itkSimilarity2DTransform.h. References itk::Similarity2DTransform< TScalarType >::ScaleType. |
|
This method creates and returns a new Similarity2DTransform object which is the inverse of self. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
This method creates and returns a new Similarity2DTransform object which has the same parameters. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Compute matrix from angle and scale. This is used in Set methods to update the underlying matrix whenever a transform parameter is changed. Reimplemented from itk::Rigid2DTransform< TScalarType >. |
|
Compute the angle and scale from the matrix. This is used to compute transform parameters from a given matrix. This is used in MatrixOffsetTransformBase::Compose() and MatrixOffsetTransformBase::GetInverse(). Reimplemented from itk::Rigid2DTransform< TScalarType >. |
|
This method computes the Jacobian matrix of the transformation at a given input point.
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Run-time type information (and related methods). Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Get the parameters that uniquely define the transform This is typically used by optimizers. There are 4 parameters. The first one represents the scale, the second represents the angle of rotation, and the last two represent the translation. The center of rotation is fixed.
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Set the Scale part of the transform. |
|
Dimension of parameters. |
|
Dimension of parameters. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Dimension of parameters. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Dimension of parameters. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
New macro for creation of through a Smart Pointer. Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Print contents of an Rigid2DTransform Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Set the transformation to an identity. Reimplemented from itk::Rigid2DTransform< TScalarType >. |
|
Set the rotation Matrix of a Similarity 2D Transform This method sets the 2x2 matrix representing a similarity transform. The Matrix is expected to be a valid similarity transform with a certain tolerance.
Reimplemented from itk::Rigid2DTransform< TScalarType >. |
|
Set the transformation from a container of parameters This is typically used by optimizers. There are 4 parameters. The first one represents the scale, the second represents the angle of rotation and the last two represent the translation. The center of rotation is fixed.
Reimplemented from itk::Rigid2DTransform< TScalarType >. Reimplemented in itk::CenteredSimilarity2DTransform< TScalarType >. |
|
Set the Scale part of the transform. |
|
Set the scale without updating underlying variables. Definition at line 200 of file itkSimilarity2DTransform.h. References itk::Similarity2DTransform< TScalarType >::ScaleType, and itk::Similarity2DTransform< TScalarType >::Self. |