Specifies, which of related edges to return
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NextAroundOrg | 0 | Next around the edge origin (eOnext on the picture above if e is the input edge) [CV_NEXT_AROUND_ORG] | |
| NextAroundDst | 34 | Next around the edge vertex (eDnext) [CV_NEXT_AROUND_DST] | |
| PrevAroundOrg | 17 | Previous around the edge origin (reversed eRnext) [CV_PREV_AROUND_ORG] | |
| PrevAroundDst | 51 | Previous around the edge destination (reversed eLnext) [CV_PREV_AROUND_DST] | |
| NextAroundLeft | 19 | Next around the left facet (eLnext) [CV_NEXT_AROUND_LEFT] | |
| NextAroundRight | 49 | Next around the right facet (eRnext) [CV_NEXT_AROUND_RIGHT] | |
| PrevAroundLeft | 32 | Previous around the left facet (reversed eOnext) [CV_PREV_AROUND_LEFT] | |
| PrevAroundRight | 2 | Previous around the right facet (reversed eDnext) [CV_PREV_AROUND_RIGHT] | 
See Also