CvCreateGraphScanner Method (CvGraph, CvGraphVtx) OpenCvSharp Class Library
Creates structure for depth-first graph traversal

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

public static CvGraphScanner CreateGraphScanner(
	CvGraph graph,
	CvGraphVtx vtx
)

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).

Return Value

Type: CvGraphScanner

[Missing <returns> documentation for "M:OpenCvSharp.Cv.CreateGraphScanner(OpenCvSharp.CvGraph,OpenCvSharp.CvGraphVtx)"]

See Also

Reference