Creates structure for depth-first graph traversal
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- graph
- Type: OpenCvSharpCvGraph
Graph. - vtx
- Type: OpenCvSharpCvGraphVtx
Initial vertex to start from. If NULL, the traversal starts from the first vertex (a vertex with the minimal index in the sequence of vertices).
See Also