0

Possible Duplicate:
Where can I find facial detection software, algorithms, etc?

Does anyone have any pointers to a C/C++ library for detecting/extracting key facial features in realtime?

Typical scenario: a subject recites some lines from a play or sings a song and the software - in realtime - records the features.

Thanks in advance,
Doug

Community
  • 1
  • 1
dugla
  • 12,774
  • 26
  • 88
  • 136
  • I'll let someone more experienced give a proper answer but in the meantime I know that OpenCV has support for detection of facial features. Here is the documentation: http://opencv.willowgarage.com/wiki/ , and here is a demonstration: http://www.youtube.com/watch?v=V7UdYzCMKvw. Is that what you're looking for? – manneorama Jan 02 '11 at 17:04

1 Answers1

0

This is a relatively cutting edge technology. When done for movie production, it requires lots of advance setup, multiple cameras, custom software, and serious processing power.

You will not find a stock-library to do this.

abelenky
  • 63,815
  • 23
  • 109
  • 159