Home
last modified time | relevance | path

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

/external/opencv/
Dcvjni.cpp148 loadImageBytes(mat_image->data.ptr, mat_image->step, mat_image->width, in Java_org_siprop_opencv_OpenCV_getSourceImage()
267 loadImageBytes(mat_image->data.ptr, mat_image->step, mat_image->width, in Java_org_siprop_opencv_OpenCV_findContours()
760 loadImageBytes(mat_image->data.ptr, mat_image->step, mat_image->width,
Dcvjni.h166 void loadImageBytes(const uchar* data, in loadImageBytes() function