Re: [android-developers] Face recognition using Android Mobile Vision

2016-11-30 Thread Anmol Gupta
Hi I am actually new to android and therefore i got a bit confused in the process of open CV. Can you please send me some code or proper guidelines on using open CV to recognize faces, that will be really helpful for me. I am a student and need to perform face recognition on a set of images

Re: [android-developers] Face recognition using Android Mobile Vision

2016-11-30 Thread sardar khan
opencv is best for you and you can reduce the size of the apk as well. On Wed, Nov 30, 2016 at 1:07 PM, Anmol Gupta wrote: > The open CV library increase the size of the apk. Is there any other way > of face recognition > Actually i just want the app to check that a

Re: [android-developers] Face recognition using Android Mobile Vision

2016-11-30 Thread Anmol Gupta
The open CV library increase the size of the apk. Is there any other way of face recognition Actually i just want the app to check that a face in an image matches to faces in another set of images, its not like that i want it to search on the internet or osmething of that sorts. Waiting for

Re: [android-developers] Face recognition using Android Mobile Vision

2016-11-29 Thread sardar khan
Mobile vision provide only the solution for face detection not for face recognition.Your problem is related to face recognition,which is provided by the openCV. On Tue, Nov 29, 2016 at 12:29 AM, Anmol Gupta wrote: > I am trying to make an app which takes in 2 or more

[android-developers] Face recognition using Android Mobile Vision

2016-11-28 Thread Anmol Gupta
I am trying to make an app which takes in 2 or more images and detects whether if there is same person in all those images or not. I don't want to use open CV for this as that increases the size of the apk. Also I am unable to get support from elsewhere. If you know how should i proceed,