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,253
  • 3
  • 30
  • 50

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,335
  • 19
  • 62
  • 78