CvClearGraph Method OpenCvSharp Class Library
Returns index of graph vertex

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ClearGraph(
	CvGraph graph
)

Parameters

graph
Type: OpenCvSharpCvGraph
Graph.
Remarks

The function cvClearGraph removes all vertices and edges from the graph. The function has O(1) time complexity.
See Also

Reference