Searched defs:edge_count (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_ds.cpp | 1878 int edge_count = cvtest::randInt(rng) % MAX(vtx_count*20, 1); 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/stitching/src/ |
D | seam_finders.cpp | 1278 const int edge_count = (roi.height - 1 + 2 * gap) * (roi.width + 2 * gap) + in findInPair() 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
|