Searched refs:IPL2CV_DEPTH (Results 1 – 4 of 4) sorted by relevance
1093 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()
3894 depth = IPL2CV_DEPTH(image->depth); in icvWriteImage()
621 int imgdepth = IPL2CV_DEPTH(img->depth); in iplImageToMat()
500 #define IPL2CV_DEPTH(depth) \ macro