Recommended face detection tools/SDK/etc. - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T13:23:19Zhttp://stackoverflow.com/feeds/question/270539http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/270539/recommended-face-detection-tools-sdk-etc2Recommended face detection tools/SDK/etc.Moshe2008-11-06T22:17:49Z2008-11-07T15:50:02Z
<p>I'm looking for a quick way to detect faces in pictures (stored as JPG or any other popular image format). Code in any popular programming language will do (Pyhton, C#, Java, Matlab, etc.). I'm also willing to implement an algorithm by myself, as long as it is proven to be a good working one.</p>
<p>Alternatively, if there are known freeware (preferably open, but not necessary) tools or SDKs for the problem, I'll try them too.</p>
<p>Finally, Commercial products would be considered as well, if all else fails, so recommend those too.</p>
http://stackoverflow.com/questions/270539/recommended-face-detection-tools-sdk-etc/270566#2705661Answer by Patjoh for Recommended face detection tools/SDK/etc.Patjoh2008-11-06T22:25:42Z2008-11-06T22:25:42Z<p><a href="http://opencv.willowgarage.com/wiki/" rel="nofollow">OpenCV</a> is a open source library that has support for face recognition.</p>
http://stackoverflow.com/questions/270539/recommended-face-detection-tools-sdk-etc/272510#2725100Answer by geometrikal for Recommended face detection tools/SDK/etc.geometrikal2008-11-07T15:50:02Z2008-11-07T15:50:02Z<p>Emgu.CV is a C# wrapper for OpenCV. There is a sample project that performs face recognition with adjsutable parameters just like in OpenCV.</p>