Click or drag to resize
SoFlipAxisProcessing2dAxisSelections 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 N is the size of the image in Y.

Y_AXIS1

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

CENTER2

The flip transformation relative to the center of the image is: where M is the size of the image in X and N is the size of the image in Y.

Remarks