Home
last modified time | relevance | path

Searched refs:ipl_depth (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dloadsave.cpp505 int channels, ipl_depth; in cvSaveImage() local
530 ipl_depth = cvCvToIplDepth(image->type); in cvSaveImage()
532 if( !writer->IsFormatSupported(ipl_depth) ) in cvSaveImage()
539 ipl_depth = IPL_DEPTH_8U; in cvSaveImage()
543 image->height, ipl_depth, channels )) in cvSaveImage()
/external/opencv/
Dcvjni.cpp145 int ipl_depth = cvCvToIplDepth(mat_image->type); in Java_org_siprop_opencv_OpenCV_getSourceImage() local
149 mat_image->height, ipl_depth, channels, strm); in Java_org_siprop_opencv_OpenCV_getSourceImage()
259 int channels, ipl_depth; in Java_org_siprop_opencv_OpenCV_findContours() local
263 ipl_depth = cvCvToIplDepth(mat_image->type); in Java_org_siprop_opencv_OpenCV_findContours()
268 mat_image->height, ipl_depth, channels, strm); in Java_org_siprop_opencv_OpenCV_findContours()
753 int channels, ipl_depth;
757 ipl_depth = cvCvToIplDepth(mat_image->type);
761 mat_image->height, ipl_depth, channels, m_strm);