Face detection without camera

edited March 2014 in How To...

Dear all interested readers,

Is it posible to do face detection with the use of an image instead of a camera? I could only find examples for OPENCV that didn't work with Processing 2.0.

Tips are very welcome :)

Thanks in advance.

Tagged:

Answers

  • Is it possible? Sure. Plenty of online services (facebook, google) do just that.

    In fact, I would bet that any video face detection is actually just breaking the video down into individual frames and doing the face detection on them one at a time.

    You might find a library that does face detection, or you might want to read up on computer vision.

Sign In or Register to comment.