Problem with detectMultiScale on Android (OpenCV 3)

asked 2015-05-20 16:41:44 -0600

jtarnowski gravatar image

updated 2015-05-20 17:04:43 -0600

Recently I upgraded OpenCV from 2.4.11 to 3.0.0-rc1 in my Android application. After that I face problem with detectMultiScale method which works weird. When I call this method first time it ends in ~150ms and returns good results, but every next call (even for the same image) takes many seconds and gives totally wrong results. With OpenCV 2.4.11 everything works fine.

Was there some changes to detectMultiScale method which can cause such behaviour?

edit retag flag offensive close merge delete