Society of Robots - Robot Forum

Software => Software => Topic started by: gellieramos on May 04, 2013, 12:19:39 PM

Title: Facial Recognition using OpenCV
Post by: gellieramos on May 04, 2013, 12:19:39 PM
is anyone knows how to program a Facial Recognition system using OpenCV in C++??
please help us.. :( God bless us..
Title: Re: Facial Recognition using OpenCV
Post by: jwatte on May 05, 2013, 08:55:31 PM
What have you tried, and what is not working?
Have you built, installed, and run the OpenCV examples?
Have you read and understood the OpenCV documentation?
Title: Re: Facial Recognition using OpenCV
Post by: gellieramos on May 12, 2013, 02:10:54 AM
i really don't know how to do it.. no idea of any facial recognition nor algorithm to be used.. no background of any of it..  :'( please help us.. :'( we badly need your help.
Title: Re: Facial Recognition using OpenCV
Post by: jwatte on May 12, 2013, 02:38:22 PM
So, you have tried nothing, and it's not working? That's not a surprise :-)

You have not built, installed, and run the OpenCV examples, so you have nothing to compare to?

You have not read and understood the OpenCV documentation, so you don't know what to do?

I suggest you start by doing those things.
Title: Re: Facial Recognition using OpenCV
Post by: calinezul on May 13, 2013, 11:34:24 PM
First you have to install opencv on your computer and a lot of tutorials can be found on internet:
http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html (http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html)
http://opencv.willowgarage.com/wiki/InstallGuide (http://opencv.willowgarage.com/wiki/InstallGuide)
http://www.intorobotics.com/tutorials-setup-opencv-for-android-ios-linux-and-windows/ (http://www.intorobotics.com/tutorials-setup-opencv-for-android-ios-linux-and-windows/)
http://www.raben.com/book/export/html/9 (http://www.raben.com/book/export/html/9)


second step is to develop an algorithm:
http://opencv.willowgarage.com/wiki/FaceDetection (http://opencv.willowgarage.com/wiki/FaceDetection).
http://www.shervinemami.info/faceRecognition.html (http://www.shervinemami.info/faceRecognition.html)
http://www.intorobotics.com/how-to-detect-and-track-object-with-opencv/ (http://www.intorobotics.com/how-to-detect-and-track-object-with-opencv/)
http://www.pages.drexel.edu/~nk752/tutorials.html (http://www.pages.drexel.edu/~nk752/tutorials.html)
Title: Re: Facial Recognition using OpenCV
Post by: gellieramos on May 15, 2013, 04:30:45 AM
thank you for the advice calinezul and jwatte.. :) God bless you both.. :)
Title: Re: Facial Recognition using OpenCV
Post by: hobbes on November 24, 2013, 02:48:02 AM
This might also help you:
http://docs.opencv.org/modules/contrib/doc/facerec/facerec_tutorial.html (http://docs.opencv.org/modules/contrib/doc/facerec/facerec_tutorial.html)