SoFlipAxisProcessing2dAxisSelections Enumeration |
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Member name | Value | Description | |
---|---|---|---|
X_AXIS | 0 | The flip transformation relative to an axis parallel to X is: where N is the size of the image in Y. | |
Y_AXIS | 1 | The flip transformation relative to an axis parallel to Y is: where M is the size of the image in X. | |
CENTER | 2 | 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. |