Bruno
Bruno
Hello, Same here. I don't know how to convert an Android Bitmap to a `dlib::array2d` . Does anyone has a clue ?
Hi @ManuelTS . I've done the following : ``` #include "jni.h" #include "android/log.h" #include "android/bitmap.h" void convertBitmapToArray2d(JNIEnv *env, jobject bitmap, dlib::array2d &out) { AndroidBitmapInfo bitmapInfo; void *pixels; int state; if...
Hello Daniel, Thanks for advice. I've done the following with the same error: 1. checkout the default build from the develop branch 2. build my own single bundle I've tried...