Finds graph vertex by index
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- graph
- Type: OpenCvSharpCvGraph
Graph. - vtxIdx
- Type: SystemInt32
Index of the vertex.
Return Value
Type: CvGraphVtxThe function cvGetGraphVtx finds the graph vertex by index and returns the pointer to it or null if the vertex does not belong to the graph.
See Also