Home
last modified time | relevance | path

Searched refs:CV_GRAPH_VERTEX (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxdatastructs.cpp3548 if((scanner->mask & CV_GRAPH_VERTEX)) in cvNextGraphItem()
3553 code = CV_GRAPH_VERTEX; in cvNextGraphItem()
/external/opencv/cxcore/include/
Dcxcore.h1218 #define CV_GRAPH_VERTEX 1 macro