Ask Your Question
0

Is there android sample application for face recognition in videos?

asked 2014-04-01 07:43:51 -0600

updated 2014-04-01 07:55:04 -0600

berak gravatar image

Is there android sample application for face recognition in videos? I would like to use Java API's to identify in a given video.

edit retag flag offensive close merge delete

Comments

no there isn't.

also, due to limitations in the java-wrapper, you can't use facereco from java atm.

(you'll need some additional jni/ndk effort to create a FaceRecognizer)

berak gravatar imageberak ( 2014-04-01 07:57:23 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-04-01 07:56:55 -0600

I think this answer from @berak on stackoverflow sums it all up...

got some answers to this, unfortunately, all of them are a bit sad ..

opencv comes with its own java bindings (as of lately), but a little bug there prevents you from using the actual face recognition (the code's all there, the factory method to create a facerecognozer is not)

javacv (independant community wrapper) got that better, but it's relying heavily on the old, deprecated c-api for the wrapping, it will go away soon, what are those ppl going to do then ?

The question if this is still true, but I am guessing it is ... so basically detection of faces is possible, using the facerecognizer interface isn't...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-04-01 07:43:51 -0600

Seen: 167 times

Last updated: Apr 01 '14