Enum FlipMode
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Specifies how to flip the array
public enum FlipMode
Fields
X = 0means flipping around x-axis
XY = -1means flipping around both axises
Y = 1means flipping around y-axis
Specifies how to flip the array
public enum FlipMode
X = 0means flipping around x-axis
XY = -1means flipping around both axises
Y = 1means flipping around y-axis