1

Possible Duplicate:
Face recognition Library

I'm looking for library that can identify whether or not there is a face of someone in a given picture or not. Nothing more. Has someone stumbled upon such a library?

Thanks

Community
  • 1
  • 1
Noam
  • 3,341
  • 4
  • 35
  • 64

1 Answers1

3

To solve this problem you can use OpenCV, a C/C++ library.

There's a tutorial that explains how you can use the library in face detection.

Alceu Costa
  • 9,733
  • 19
  • 65
  • 83