Click or drag to resize
SoImageRegistrationTransformTransformationTypes Enumeration

This enum defines the types of transforms that can be computed.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.Registration
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum TransformationTypes
Members
  Member nameValueDescription
TRANSLATION4

Translation only.

RIGID0

Rigid transformation consisting of translation and rotation.

RIGID_ISOTROPIC_SCALING1

Transformation consisting of translation, rotation, and scale (only one scale for all dimensions).

RIGID_ANISOTROPIC_SCALING2

Transformation consisting of translation, rotation, and scales (one scale per dimension).

AFFINE3

Affine transformation consisting of translation, rotation, scale, and shear.

Remarks

Default value is RIGID.

See Also