CvGraphGraphVtxIdx 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 int GraphVtxIdx(
	CvGraphVtx vtx
)

Parameters

vtx
Type: OpenCvSharpCvGraphVtx
Graph vertex.

Return Value

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

Reference