Click or drag to resize

Subdiv2DGetLeadingEdgeList Method

Returns a list of the leading edge ID connected to each triangle. The function gives one edge ID for each triangle.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int[] GetLeadingEdgeList()

Return Value

Type: Int32
Output vector.
See Also