vote up 2 vote down star
3

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.

Alternatively, if there are known freeware (preferably open, but not necessary) tools or SDKs for the problem, I'll try them too.

Finally, Commercial products would be considered as well, if all else fails, so recommend those too.

flag

64% accept rate

2 Answers

vote up 0 vote down

Emgu.CV is a C# wrapper for OpenCV. There is a sample project that performs face recognition with adjsutable parameters just like in OpenCV.

link|flag
vote up 1 vote down

OpenCV is a open source library that has support for face recognition.

link|flag
OpenCV only supports facedetection not recognition. There is a very hard difference between them. – Janusz Jun 5 at 1:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.