How to free the memory when I use the face detector?
I use the Haar-like face detector in OpenCV. While, when I ran the project, I found a bad memory leak. So, how can I free the memory?
Does it reproduce with LBP face detector? If not, you should raise a ticket at the code.opencv.org. And you should provide a code sample.