Counts edges indicent to the vertex
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 graph vertex.
Return Value
Type: Int32The function cvGraphVtxDegree returns the number of edges incident to the specified vertex, both incoming and outcoming.
See Also