Courtesy: GitHub
Warning: file_get_contents(../git/googlesamples/android-vision/visionSamples/photo-demo/README.md): failed to open stream: No such file or directory in /var/www/appsrox.com/public_html/ide/content.php on line 10

compileSdkVersion 24

applicationId "com.google.android.gms.samples.vision.face.photo"

minSdkVersion 9

targetSdkVersion 24

versionCode 1

versionName "1.0"

compile fileTree(dir: 'libs', include: ['*.jar'])

compile 'com.android.support:appcompat-v7:22.0.0'

compile 'com.google.android.gms:play-services-vision:9.4.0'

package com.google.android.gms.samples.vision.face.photo

versionCode 1

versionName 1

PhotoViewerActivity

Demonstrates basic usage of the GMS vision face detector by running face landmark detection on a photo and displaying the photo with associated landmarks in the UI.