I'm trying to write a android app with face detection and I found memory leaks exist after calling detectMultiScale() can anyone tell me how to fix this problem?
I have searched solution related to the issue like calling System.gc() after detectMultiScale(). but it didn't work.