CvNextEdgeType
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public enum CV_NEXT_EDGE_TYPE
Public Enumeration CV_NEXT_EDGE_TYPE
public enum class CV_NEXT_EDGE_TYPE
Members
Member | Description |
---|---|
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)
|