Specifies how to flip the array
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Enumeration FlipMode
public enum class FlipMode
OpenCvSharp.FlipMode = function();
OpenCvSharp.FlipMode.createEnum('OpenCvSharp.FlipMode', false);
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