Skip to content Skip to sidebar Skip to footer

How To Draw Rectangle Around Face In Image While Capturing Photo

in my current application I want to draw rectangle around face while capturing using Android device camera, and also want to save only face area inside rectangle on SD card. I gone

Solution 1:

For Face Detection and eye detection there are many tutorial available on google.For that you can you OpenCV library or android default Face detection importing for that.Here is the link that can help you

http://romanhosek.cz/android-eye-detection-and-tracking-with-opencv/

And if you are using eclipse then you also need to integrate ndk with eclipse to use above linked code

Post a Comment for "How To Draw Rectangle Around Face In Image While Capturing Photo"