Found bug in CascadeClassifier what do I do next ?
Hello everyone,
I believe I've found a bug with the CascadeClassifier, I would like to report it but wanted to check in here first.
I'm running Opencv 3.0.0 on Mac 10.10.3.
Quick description:
- initialize CascadeClassifier with haarcacscade_profileface.xml
- call detectMultiScale on roi in image to detect a first face (works as expected)
- call detectMultiScale on same classifier instance, different roi to detect another face (doesn't work as expected, rectangle is offset to the top right)
Note that if I re-instantiate the classifier and use a fresh instance between step 2 and 3, the classifier works as expected and properly detects the face in step 3. That's what's leading me to believe this is a bug.
Full code used to reproduce the issue is here: https://gist.github.com/paulsc/b91b75...
bug:
no bug (re-initializing classifier):
orignal file:
Can anyone confirm this is an issue? What are the next steps to report this ?
Thanks,
Paul
helo, it's probably a good idea to add your os / opencv version to your question.
Thanks, just did.
sorry, can't reproduce.
[[64 66 61 61]] [[68 50 75 75]]
Interesting. I wonder if it's platform specific. What environment are you running ?
win, opencv3.0
also, sorry, it seems we edited at the same time recently, and i overwrote your changes, could you add your os/version details again, please ?
ok, just did.