CvGraphGraphAddVtx Method OpenCvSharp Class Library
Adds vertex to graph

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

public int GraphAddVtx()

Return Value

Type: Int32
The function cvGraphAddVtx adds a vertex to the graph and returns the vertex index.
See Also

Reference