SoImageRegistrationTransformTransformationTypes Enumeration |
This enum defines the types of transforms that can be computed.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.Registration
Member name | Value | Description | |
---|---|---|---|
TRANSLATION | 4 | Translation only. | |
RIGID | 0 | Rigid transformation consisting of translation and rotation. | |
RIGID_ISOTROPIC_SCALING | 1 | Transformation consisting of translation, rotation, and scale (only one scale for all dimensions). | |
RIGID_ANISOTROPIC_SCALING | 2 | Transformation consisting of translation, rotation, and scales (one scale per dimension). | |
AFFINE | 3 | Affine transformation consisting of translation, rotation, scale, and shear. |
Default value is RIGID.