Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Darray.cpp1093 type = CV_MAKETYPE( IPL2CV_DEPTH(img->depth), img->nChannels ); in cvGetElemType()
1813 int type = IPL2CV_DEPTH(img->depth); in cvPtr2D()
2409 depth = IPL2CV_DEPTH( img->depth ); in cvGetMat()
Dpersistence.cpp3894 depth = IPL2CV_DEPTH(image->depth); in icvWriteImage()
Dmatrix.cpp621 int imgdepth = IPL2CV_DEPTH(img->depth); in iplImageToMat()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h500 #define IPL2CV_DEPTH(depth) \ macro