Click or drag to resize
SoFlipAxisProcessing3dAxisSelections Enumeration

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum AxisSelections
Members
  Member nameValueDescription
X_AXIS0

The flip transformation relative to an axis parallel to X is: where M is the size of the image in Y and N is the size of the image in Z.

Y_AXIS1

The flip transformation relative to an axis parallel to Y is: where M is the size of the image in X and N is the size of the image in Z.

Z_AXIS2

The flip transformation relative to an axis parallel to Z is: where M is the size of the image in X and N is the size of the image in Y.

Remarks