I am trying to do an android app that detects a smile on a face from a camera. Can any one point me how to start? Is there a face detection/recognition library or sdk that is hooked to camera that I can use? Any pointer is appreciated
Thanks a lot
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For face detection you can use the OpenCV library. For detecting a smile on a face you might have to design your own algorithm.