Home
last modified time | relevance | path

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

/external/opencv/
Dcvjni.cpp143 CvMat *mat_image = cvGetMat(m_sourceImage, &stub); in Java_org_siprop_opencv_OpenCV_getSourceImage() local
144 int channels = CV_MAT_CN( mat_image->type ); in Java_org_siprop_opencv_OpenCV_getSourceImage()
145 int ipl_depth = cvCvToIplDepth(mat_image->type); in Java_org_siprop_opencv_OpenCV_getSourceImage()
148 loadImageBytes(mat_image->data.ptr, mat_image->step, mat_image->width, in Java_org_siprop_opencv_OpenCV_getSourceImage()
149 mat_image->height, ipl_depth, channels, strm); in Java_org_siprop_opencv_OpenCV_getSourceImage()
258 CvMat stub, *mat_image; in Java_org_siprop_opencv_OpenCV_findContours() local
260 mat_image = cvGetMat( m_sourceImage, &stub ); in Java_org_siprop_opencv_OpenCV_findContours()
261 channels = CV_MAT_CN( mat_image->type ); in Java_org_siprop_opencv_OpenCV_findContours()
263 ipl_depth = cvCvToIplDepth(mat_image->type); in Java_org_siprop_opencv_OpenCV_findContours()
267 loadImageBytes(mat_image->data.ptr, mat_image->step, mat_image->width, in Java_org_siprop_opencv_OpenCV_findContours()
[all …]