RotateEdgeFlag Enumeration OpenCvSharp Class Library
Specifies, which of edges of the same quad-edge as the input one to return

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

public enum RotateEdgeFlag
Members

  Member nameValueDescription
Input0 the input edge (e on the picture above if e is the input edge) [= 0]
Rotate1 the rotated edge (eRot) [= 1]
Reverse2 the reversed edge (reversed e (in green)) [= 2]
ReverseRotate3 the reversed rotated edge (reversed eRot (in green)) [= 3]
See Also

Reference