http://www.emgu.com
CvNextEdgeType
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
SyntaxPublic Enumeration NextEdgeType
public enum class NextEdgeType
Members
| Member name | Value | Description |
---|
| NextAroundOrg | 0 |
next around the edge origin (eOnext)
|
| NextAroundDst | 34 |
next around the edge vertex (eDnext)
|
| PrevAroundOrg | 17 |
previous around the edge origin (reversed eRnext)
|
| PreAroundDst | 51 |
previous around the edge destination (reversed eLnext)
|
| NextAroundLeft | 19 |
next around the left facet (eLnext)
|
| NextAroundRight | 49 |
next around the right facet (eRnext)
|
| PrevAroundLeft | 32 |
previous around the left facet (reversed eOnext)
|
| PrevAroundRight | 2 |
previous around the right facet (reversed eDnext)
|
See Also