Adds vertex to graph
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- graph
- Type: OpenCvSharpCvGraph
Graph.
Return Value
Type: Int32The function cvGraphAddVtx adds a vertex to the graph and returns the vertex index.
See Also