CvGraphVtxIdx 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 static int GraphVtxIdx(
	CvGraph graph,
	CvGraphVtx vtx
)

Parameters

graph
Type: OpenCvSharpCvGraph
Graph.
vtx
Type: OpenCvSharpCvGraphVtx
Graph vertex.

Return Value

Type: Int32
The function cvGraphVtxIdx returns index of the graph vertex.
See Also

Reference