Detect real time face only [closed]
Hi,
I am trying to detect real time face detection. I have run face-detection-sample
but the problem is sample is also detecting the faces from images as well. How can I setup Open CV to detect real time faces and ignoring images??
Thanks in advance.
with a single rgb cam - you just can't.
How to achieve then???
I am newbie to opencv so please recommend accordingly that how to achieve that??
please understand, that it's impossible to do from a single 2d image.
Hmmmm. okay. I just wanted to know that is there any way to make two images or whatever to achieve this.
I think your question has to be "How to differentiate between real-face and image-face?" And maybe the answer is in 3d vision or depth vision, but not in simple 2d image? You can search for the body if there is a face, but what if the image has the body too?
How to do depth vision then? I just want to differential either its a real face or pictured face
You can do it with 2 cameras or with a special camera. I have seen some approaches of depth image from only one moving camera, but I have no link to something like that, and I ma not sure what are the errors...