Ask Your Question

yoda's profile - activity

2018-02-03 04:57:44 -0600 received badge  Nice Question (source)
2012-07-11 13:41:12 -0600 received badge  Famous Question (source)
2012-07-03 08:45:23 -0600 received badge  Notable Question (source)
2012-06-30 12:38:13 -0600 received badge  Student (source)
2012-06-30 12:05:37 -0600 received badge  Popular Question (source)
2012-06-29 09:28:19 -0600 asked a question How to reduce false positives for face detection

I'm using the CascadeClassifier object to detect faces in a video sequence, but I'm seeing a high rate of false positives. To combat this, I thought I would try to detect eye pairs within the ROI of the detected faces, but several of my videos seem to be too low resolution to do the eye detection.

What is the recommended alternative for avoiding false positives?