Click or drag to resize
SoImagePreAlignmentTransform3dAlignmentModes Enumeration

This enum defines the different types of alignments.

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 AlignmentModes
Members
  Member nameValueDescription
CENTERS0

In this mode, the centers of gravity of the input images are aligned.

PRINCIPAL_AXIS1

In this mode, the centers of gravity and the principal axes of the input images are aligned.

Remarks