Searched defs:vtx_count (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_ds.cpp | 1877 int i, vtx_count = cvtest::randInt(rng) % max_struct_size; in create_random_graph() local 1939 int vtx_count = -1, edge_count = 0, edges[][3] = in run() local
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 4497 int i, k, vtx_count, edge_count; in icvWriteGraph() local 4640 int flags, vtx_count, edge_count; in icvReadGraph() local
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 4432 int i, k, vtx_count, edge_count; in icvWriteGraph() local 4568 int flags, vtx_count, edge_count; in icvReadGraph() local
|