SoFlipAxisProcessing3dAxisSelections Enumeration |
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic enum AxisSelections
Public Enumeration AxisSelections
public enum class AxisSelections
Members
| Member name | Value | Description |
---|
| X_AXIS | 0 | 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_AXIS | 1 | 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_AXIS | 2 | 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
See Also