Qualeams / Android-Face-Recognition-with-Deep-Learning-Library

Face Recognition library for Android devices is an Android library (module) which includes several face recognition methods.
Apache License 2.0
371 stars 135 forks source link

source code of openCV jni lib #23

Closed tomsang closed 6 years ago

tomsang commented 6 years ago

OpenCV detectMultiScale mode has memory leaking. The apk's memory gradually increases more than 1G in this mode, then crash will happen.

The memory leaking seems to happen in OpenCV jni lib.

Could we get the source codes of OpenCV jni lib in order to find where the leaking is?

sladomic commented 6 years ago

Thanks for the investigation. We just use the original OpenCV Android package, which we uploaded to Bintray for easier access. So it has to be the original OpenCV source code.

tomsang commented 6 years ago

Could you tell the url link to the original OpenCV source code? Thanks!