CvNextEdgeType

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public enum CV_NEXT_EDGE_TYPE
Visual Basic (Declaration)
Public Enumeration CV_NEXT_EDGE_TYPE
Visual C++
public enum class CV_NEXT_EDGE_TYPE

Members

Member nameDescription
CV_NEXT_AROUND_ORG
next around the edge origin (eOnext)
CV_NEXT_AROUND_DST
next around the edge vertex (eDnext)
CV_PREV_AROUND_ORG
previous around the edge origin (reversed eRnext)
CV_PREV_AROUND_DST
previous around the edge destination (reversed eLnext)
CV_NEXT_AROUND_LEFT
next around the left facet (eLnext)
CV_NEXT_AROUND_RIGHT
next around the right facet (eRnext)
CV_PREV_AROUND_LEFT
previous around the left facet (reversed eOnext)
CV_PREV_AROUND_RIGHT
previous around the right facet (reversed eDnext)

See Also