Home
last modified time | relevance | path

Searched refs:CV_ORIENTED_GRAPH (Results 1 – 4 of 4) 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()
1945 CvGraph* graph = cvCreateGraph( CV_ORIENTED_GRAPH, sizeof(CvGraph), in run()
Dtest_io.cpp131 CvGraph* graph = cvCreateGraph( CV_ORIENTED_GRAPH, in run()
/external/opencv/cxcore/include/
Dcxtypes.h1407 #define CV_ORIENTED_GRAPH (CV_SEQ_KIND_GRAPH|CV_GRAPH_FLAG_ORIENTED) macro
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1439 #define CV_ORIENTED_GRAPH (CV_SEQ_KIND_GRAPH|CV_GRAPH_FLAG_ORIENTED) macro