Specifies how to flip the array
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
X | 0 | means flipping around x-axis | |
Y | 1 | means flipping around y-axis | |
XY | -1 | means flipping around both axises |
See Also