is it possible to recognize face in android through OpenCv?? if possible then how?? [closed]

asked 2017-12-24 12:18:36 -0600

is it possible to recognize face in android through opencv??

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-11-07 01:11:56.411013

Comments

sure, possible. mind explaining a bit more, what you're trying to build ?

berak gravatar imageberak ( 2017-12-24 12:27:51 -0600 )edit

a face recognizing app in android

Asad Malik gravatar imageAsad Malik ( 2017-12-24 12:32:16 -0600 )edit
1

for login aunthentication

Asad Malik gravatar imageAsad Malik ( 2017-12-24 12:33:10 -0600 )edit

note, that opencv's face recognition classes are for identification only (find the closest from db) they don't know about the concept of "unknown" persons, so wrong tool here.

besides that, maybe you should not write a program, messing with other folks security, if you don't have any idea about the subject

berak gravatar imageberak ( 2017-12-24 13:38:43 -0600 )edit
supra56 gravatar imagesupra56 ( 2017-12-24 13:45:26 -0600 )edit

supra, since 2 weeks or so, opencv's java binding have access to the facerecognizer classes (if built with opencv_contrib) so there's no need to use (3rdparty, unsupported) javaCV (which is still using outdated c-api, mostly)

and again -- if it's for authentification -- wrong tool !

berak gravatar imageberak ( 2017-12-24 13:51:03 -0600 )edit