FlipMode Enumeration OpenCvSharp Class Library
Specifies how to flip the array

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum FlipMode
Members

  Member nameValueDescription
X0 means flipping around x-axis
Y1 means flipping around y-axis
XY-1 means flipping around both axises
See Also

Reference