Ask Your Question
0

Face Recognizer in Android SDK

asked 2013-05-15 08:19:30 -0600

agile gravatar image

Hi how can I use the Face recognizer in OpenCV android SDK. I want to do face recognition in Android using OpenCV Android SDK.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
-1

answered 2014-08-19 06:25:16 -0600

ruraj gravatar image

You will probably be better off starting with this https://github.com/ayuso2013/face-recognition if you are new to OpenCV and/or Android.

edit flag offensive delete link more

Comments

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!

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-19 07:39:10 -0600 )edit

"if you are new to OpenCV and/or Android". I was simply trying to point out a way to begin.

ruraj gravatar imageruraj ( 2014-08-20 10:20:59 -0600 )edit
1

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)

berak gravatar imageberak ( 2014-08-21 07:36:51 -0600 )edit

Appologies after reading @berak's post, reacted maybe a bit to harsh :D

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-22 04:00:59 -0600 )edit

Question Tools

Stats

Asked: 2013-05-15 08:19:30 -0600

Seen: 3,248 times

Last updated: Aug 21 '14