CvNextEdgeType Enumeration OpenCvSharp Class Library
Specifies, which of related edges to return

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

public enum CvNextEdgeType
Members

  Member nameValueDescription
NextAroundOrg0 Next around the edge origin (eOnext on the picture above if e is the input edge) [CV_NEXT_AROUND_ORG]
NextAroundDst34 Next around the edge vertex (eDnext) [CV_NEXT_AROUND_DST]
PrevAroundOrg17 Previous around the edge origin (reversed eRnext) [CV_PREV_AROUND_ORG]
PrevAroundDst51 Previous around the edge destination (reversed eLnext) [CV_PREV_AROUND_DST]
NextAroundLeft19 Next around the left facet (eLnext) [CV_NEXT_AROUND_LEFT]
NextAroundRight49 Next around the right facet (eRnext) [CV_NEXT_AROUND_RIGHT]
PrevAroundLeft32 Previous around the left facet (reversed eOnext) [CV_PREV_AROUND_LEFT]
PrevAroundRight2 Previous around the right facet (reversed eDnext) [CV_PREV_AROUND_RIGHT]
See Also

Reference