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
Members
Member name | Value | Description | |
---|---|---|---|
Input | 0 | the input edge (e on the picture above if e is the input edge) [= 0] | |
Rotate | 1 | the rotated edge (eRot) [= 1] | |
Reverse | 2 | the reversed edge (reversed e (in green)) [= 2] | |
ReverseRotate | 3 | the reversed rotated edge (reversed eRot (in green)) [= 3] |
See Also