I tried to setup OpenCV using the modified Crystax NDK but did not succeed ( I managed to compile using CygWin but dont know where to go from there.) Is there a Simpler class library I开发者_StackOverflow社区 can use which will do simple face recognition routines? All I need to do is spot the faces and compare them perhaps. Thanks in advance
There's an android.media.FaceDetector
class in the Android SDK. Maybe it will help you.
精彩评论