Ask Your Question

safrimus's profile - activity

2019-10-22 20:08:08 -0600 received badge  Popular Question (source)
2015-02-26 09:58:47 -0600 commented question Maximum distance a face can be detected (from camera)?

That makes sense. Thanks for your replies. I might train on smaller data or just use some other feature to detect the user.

2015-02-26 01:10:03 -0600 asked a question Maximum distance a face can be detected (from camera)?

Hello,

I am currently working on a project in which I am trying to detect a person face using OpenCV. I am able to detect the face successfully using the detectMultiScale function as long as the person is less than about 3.5 meters from the camera. Since I am new to OpenCV, I wanted to know if there was a way to increase the distance at which the user can stand? or is this a limitation of the lbpcascade_frontalface.xml file?

Thanks in advance!