Table of Contents

Enum FlipMode

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Specifies how to flip the array

public enum FlipMode

Fields

X = 0

means flipping around x-axis

XY = -1

means flipping around both axises

Y = 1

means flipping around y-axis