Wondering if anyone knows of any open source software for recognizing faces in photographs (not just detection but recognizing the same face over and over again)... or that can detect text, ie numbers, inside a photograph?<p>Thanks!
There is also OpenCV <a href="http://opencv.willowgarage.com/wiki" rel="nofollow">http://opencv.willowgarage.com/wiki</a>, which I believe has several wrapper libraries that add higher level functionality. PHP, for one, has a face detection library: <a href="http://www.xarg.org/project/php-facedetect" rel="nofollow">http://www.xarg.org/project/php-facedetect</a>
The Camellia Library is an open source Image Processing & Computer Vision library. <a href="http://camellia.sourceforge.net/" rel="nofollow">http://camellia.sourceforge.net/</a>