Ask Your Question

attila's profile - activity

2016-10-21 06:16:05 -0600 answered a question Opencv 3.0 java fatal error

I've also had this error a couple of times. I suspect it arises when the classifier is recreated at every iteration. Try placing CascadeClassifier faceDetector = new CascadeClassifier(CLASSIFIER_FACE); outside the for-loop and see if this solves the issue.

Let me know if it helped!

2016-09-15 05:36:03 -0600 received badge  Supporter (source)