Enum FlipMode
Specifies how to flip the array
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum FlipMode
Fields
Name | Description |
---|---|
X | means flipping around x-axis |
XY | means flipping around both axises |
Y | means flipping around y-axis |