is it possible to recognize face in android through OpenCv?? if possible then how?? [closed]
is it possible to recognize face in android through opencv??
sure, possible. mind explaining a bit more, what you're trying to build ?
a face recognizing app in android
for login aunthentication
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
Here is link: recognize face in android on OpenCv
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 !