1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

#1205 fixed ~100 of ~700 parameters

This commit is contained in:
Andrey Kamaev
2012-03-29 06:50:05 +00:00
parent e74be5a65d
commit 94c258cf15
25 changed files with 78 additions and 66 deletions
+2 -2
View File
@@ -642,7 +642,7 @@ Adds a vertex to a graph.
:param vtx: Optional input argument used to initialize the added vertex (only user-defined fields beyond ``sizeof(CvGraphVtx)`` are copied)
:param inserted_vertex: Optional output argument. If not ``NULL`` , the address of the new vertex is written here.
:param inserted_vtx: Optional output argument. If not ``NULL`` , the address of the new vertex is written here.
The function adds a vertex to the graph and returns the vertex index.
@@ -694,7 +694,7 @@ Removes a vertex from a graph.
:param graph: Graph
:param vtx_idx: Index of the removed vertex
:param index: Index of the removed vertex
The function removes a vertex from a graph
together with all the edges incident to it. The function reports an error