CvGetGraphVtx Method OpenCvSharp Class Library
Finds graph vertex by index

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

public static CvGraphVtx GetGraphVtx(
	CvGraph graph,
	int vtxIdx
)

Parameters

graph
Type: OpenCvSharpCvGraph
Graph.
vtxIdx
Type: SystemInt32
Index of the vertex.

Return Value

Type: CvGraphVtx
The 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

Reference