Click or drag to resize

Subdiv2DNextEdge Method

Subdivision edge ID.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int NextEdge(
	int edge
)

Parameters

edge
Type: SystemInt32
Subdivision edge ID.

Return Value

Type: Int32
an integer which is next edge ID around the edge origin: eOnext on the picture above if e is the input edge).
See Also