Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp393 if( elemtype != CV_SEQ_ELTYPE_GENERIC && elemtype != CV_SEQ_ELTYPE_PTR && in cvCreateSeq()
605 if( elemtype != CV_SEQ_ELTYPE_GENERIC && in cvMakeSeqHeaderForArray()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h1713 #define CV_SEQ_ELTYPE_GENERIC 0 macro