Closed GoogleCodeExporter closed 8 years ago
An error report file with more information
Original comment by quan...@gmail.com
on 19 Apr 2012 at 4:42
Attachments:
What are you assigning to the "classifier" variable?
Original comment by samuel.a...@gmail.com
on 22 Apr 2012 at 2:51
[deleted comment]
new CvHaarClassifierCascade(
cvLoad("/usr/local/OpenCV/data/haarcascades/haarcascade_frontalface_alt.xml"));
Original comment by quan...@gmail.com
on 23 Apr 2012 at 2:12
I found problem,classifier used static ,remove static ,that‘s ok.
but create classifier will spend some time for each.
Original comment by quan...@gmail.com
on 23 Apr 2012 at 3:14
Did you make sure to call Loader.load(opencv_objdetect.class) before calling
cvLoad()?
Original comment by samuel.a...@gmail.com
on 23 Apr 2012 at 12:53
yes,call Loader.load once.
Original comment by quan...@gmail.com
on 24 Apr 2012 at 2:42
And the Demo class from the README.txt file works?
Original comment by samuel.a...@gmail.com
on 24 Apr 2012 at 1:35
yes,it works ok, I found the problem , classifier must create each time.
can't use static
Original comment by quan...@gmail.com
on 26 Apr 2012 at 2:42
I still don't understand what the problem is, but if the Demo class works fine,
then I don't think there is any problem... If you still think there is a
problem, then please provide more details, thank you.
Original comment by samuel.a...@gmail.com
on 26 Apr 2012 at 4:58
Judging by the lack of feedback, I am guessing this issue has been resolved,
but please let me know if this is not the case, thank you
Original comment by samuel.a...@gmail.com
on 12 May 2012 at 11:54
ok,it has been resolved.
Original comment by quan...@gmail.com
on 14 May 2012 at 2:33
Original issue reported on code.google.com by
quan...@gmail.com
on 19 Apr 2012 at 4:39