Home
last modified time | relevance | path

Searched refs:cvCvToIplDepth (Results 1 – 5 of 5) sorted by relevance

/external/opencv/
Dcvjni.cpp145 int ipl_depth = cvCvToIplDepth(mat_image->type); in Java_org_siprop_opencv_OpenCV_getSourceImage()
263 ipl_depth = cvCvToIplDepth(mat_image->type); in Java_org_siprop_opencv_OpenCV_findContours()
757 ipl_depth = cvCvToIplDepth(mat_image->type);
/external/opencv/otherlibs/highgui/
Dloadsave.cpp530 ipl_depth = cvCvToIplDepth(image->type); in cvSaveImage()
/external/opencv/cxcore/include/
Dcxtypes.h686 CV_INLINE int cvCvToIplDepth( int type ) in cvCvToIplDepth() function
/external/opencv/cxcore/src/
Dcxarray.cpp3207 depth = cvCvToIplDepth(mat->type); in cvGetImage()
Dcxpersistence.cpp4004 depth = cvCvToIplDepth(elem_type); in icvReadImage()