| 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()
Public Function GetLeadingEdgeList As Integer()
public:
array<int>^ GetLeadingEdgeList()
member GetLeadingEdgeList : unit -> int[]
Return Value
Type:
Int32Output vector.
See Also