Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h1732 #define CV_SEQ_KIND_GRAPH (1 << CV_SEQ_ELTYPE_BITS) macro
1746 #define CV_GRAPH CV_SEQ_KIND_GRAPH
1747 #define CV_ORIENTED_GRAPH (CV_SEQ_KIND_GRAPH|CV_GRAPH_FLAG_ORIENTED)
1810 (CV_IS_SET(seq) && CV_SEQ_KIND((CvSet*)(seq)) == CV_SEQ_KIND_GRAPH)