Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_c.cpp105 int imgdepth = IPL2CV_DEPTH(img->depth); in iplImageToMat()
H A Darray.cpp1093 type = CV_MAKETYPE( IPL2CV_DEPTH(img->depth), img->nChannels ); in cvGetElemType()
1812 int type = IPL2CV_DEPTH(img->depth); in cvPtr2D()
2409 depth = IPL2CV_DEPTH( img->depth ); in cvGetMat()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_v4l.cpp1899 return CV_MAKETYPE(IPL2CV_DEPTH(frame.depth), frame.nChannels); in getProperty()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h542 #define IPL2CV_DEPTH(depth) \ macro