Android Studio FaceDetection Google Vision Api using kotlin
Basically Face Detection API specifically provides 4 important features:
- Face Recognition
- Face Tracking
- Find Landmarks in the detected face (nose, left eye, right eye, right ear etc.)
- Classification of the detected face (smile,open eyes)
Note : The Face API provides measurement of Euler Y and Euler Z for detected faces but not provide measurements for Euler X .
check more info at http://androidcodehub.com/addfacedetection/