Searched refs:loadImageBytes (Results 1 – 2 of 2) sorted by relevance
/external/opencv/ |
D | cvjni.cpp | 148 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,
|
D | cvjni.h | 166 void loadImageBytes(const uchar* data, in loadImageBytes() function
|