Home
last modified time | relevance | path

Searched refs:CV_GRAPH (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_ds.cpp1835 cxcore_struct[i] = cvCreateGraph( is_oriented ? CV_ORIENTED_GRAPH : CV_GRAPH, in run()
1883 cvCreateGraph(is_oriented ? CV_ORIENTED_GRAPH : CV_GRAPH, in create_random_graph()
/external/opencv/cxcore/include/
Dcxtypes.h1406 #define CV_GRAPH CV_SEQ_KIND_GRAPH macro
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1438 #define CV_GRAPH CV_SEQ_KIND_GRAPH macro
/external/opencv/cxcore/src/
Dcxpersistence.cpp4665 (flags & (CV_SEQ_KIND_MASK|CV_MAGIC_MASK)) != (CV_GRAPH|CV_SET_MAGIC_VAL)) in icvReadGraph()
/external/opencv3/modules/core/src/
Dpersistence.cpp4591 flags = CV_SET_MAGIC_VAL + CV_GRAPH; in icvReadGraph()