http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
CvNextEdgeType
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum CV_NEXT_EDGE_TYPE |
Visual Basic |
---|
Public Enumeration CV_NEXT_EDGE_TYPE |
Visual C++ |
---|
public enum class CV_NEXT_EDGE_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
CV_NEXT_AROUND_ORG | 0 | next around the edge origin (eOnext) | |
CV_NEXT_AROUND_DST | 34 | next around the edge vertex (eDnext) | |
CV_PREV_AROUND_ORG | 17 | previous around the edge origin (reversed eRnext) | |
CV_PREV_AROUND_DST | 51 | previous around the edge destination (reversed eLnext) | |
CV_NEXT_AROUND_LEFT | 19 | next around the left facet (eLnext) | |
CV_NEXT_AROUND_RIGHT | 49 | next around the right facet (eRnext) | |
CV_PREV_AROUND_LEFT | 32 | previous around the left facet (reversed eOnext) | |
CV_PREV_AROUND_RIGHT | 2 | previous around the right facet (reversed eDnext) |