Enum NextEdgeType
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Parameter for Subdiv2D.GetEdge() specifying which of the related edges to return.
public enum NextEdgeType
Fields
NEXT_AROUND_DST = 34next around the edge vertex ( eDnext )
NEXT_AROUND_LEFT = 19next around the left facet ( eLnext )
NEXT_AROUND_ORG = 0next around the edge origin ( eOnext on the picture below if e is the input edge)
NEXT_AROUND_RIGHT = 49next around the right facet ( eRnext )
PREV_AROUND_DST = 51previous around the edge destination (reversed eLnext )
PREV_AROUND_LEFT = 32previous around the left facet (reversed eOnext )
PREV_AROUND_ORG = 17previous around the edge origin (reversed eRnext )
PREV_AROUND_RIGHT = 2previous around the right facet (reversed eDnext )