CvGraphClearGraph 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 void ClearGraph()
Remarks

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

Reference