Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
D_cxcore.h81 #define icvIplToCvDepth( depth ) \ macro
Dcxarray.cpp1276 type = CV_MAKETYPE( icvIplToCvDepth(img->depth), img->nChannels ); in cvGetElemType()
2073 int type = icvIplToCvDepth(img->depth); in cvPtr2D()
2798 depth = icvIplToCvDepth( img->depth ); in cvGetMat()
Dcxpersistence.cpp3944 depth = icvIplToCvDepth(image->depth); in icvWriteImage()