How to create a face recognition application using OpenCV in Java Android [closed]

asked 2015-12-23 00:58:30 -0600

priyanka27 gravatar image

Provide me a step by step process to make face recognition work using opencv and java android. If there is any library file need to include for face recognition please mention it.Thank you in advance.

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-09-27 11:51:09.982173

Comments

atm unfortunately, this is not possible in java / android at all.

then, unless you plan to do some kind of toy-app, recognizing a few friends/family, you're probably better off with a central server database doing the recognition, and a shallow android client

berak gravatar imageberak ( 2015-12-23 01:48:50 -0600 )edit