How to detect coordinates of left and right eye using android face detection
问题 Hello I am new to android. I want to detect the coordinates of left and right eye along with hairs in an image. In this link it shows that what are the methods to detect eyes that but I am not able to implement these methods. Also I want to detect the hairs in the image so how can I do that. 回答1: With the mobile vision API, left and right eyes can be detected as facial landmarks. See the tutorial for detecting landmarks here: https://developers.google.com/vision/detect-faces-tutorial and the