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

2016-11-30 Thread Anmol Gupta
On Wed, Nov 30, 2016 at 1:07 PM, Anmol Gupta <gupta.a...@gmail.com > > 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 face in an image matches to >> fac

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

2016-11-30 Thread Anmol Gupta
for your response On Wednesday, 30 November 2016 12:28:00 UTC+5:30, sardar khan wrote: > > 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

[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,