Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

are there memory leaks in Java detectMultiScale()?

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.