Face Recognizer in Android SDK
Hi how can I use the Face recognizer in OpenCV android SDK. I want to do face recognition in Android using OpenCV Android SDK.
Hi how can I use the Face recognizer in OpenCV android SDK. I want to do face recognition in Android using OpenCV Android SDK.
You will probably be better off starting with this https://github.com/ayuso2013/face-recognition if you are new to OpenCV and/or Android.
It uses JavaCV to access the face recognition algorithims in OpenCV.
Seriously the worst approach EVER, since OpenCV has it own wrappers specifically for Android development!
hi, @ruraj, feel like another messenger slaughtered here , the whole thing is kind of a battlefield, and you came along waving the wrong flag . ..
one the one hand, javacv is a 3rd party wrapper, that unfortunately uses deprecated c-api functionality, which was more or less discarded 4 years ago already, and to see something llike this can make a grown man cry (2 bloody copies, just because they can't get their bloody api straight, bloody...)
on the other side, opencv's own wrappers aren't all wine and roses either, e.g. using the face-reco parts is not possible atm without additional jni support (the bloody create function)
Appologies after reading @berak's post, reacted maybe a bit to harsh :D
Asked: 2013-05-15 08:19:30 -0600
Seen: 3,275 times
Last updated: Aug 21 '14
Python Face Recognition with OpenCV
OpenCV 2.4.2 FaceRec_demo.cpp - Interpreting output of Predict function
Update method in Face Recognizer
model like ASM (active shape model) [closed]
How to get good matches from the ORB feature detection algorithm?
How to decrease the number of processed frames from a live video camera?
Unresolved inclusion in OpenCV+Android tutorial
How to reduce false positives for face detection
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04