Android - Face feature detection

前端 未结 5 1505
南方客
南方客 2021-02-02 16:24

Currently I\'m working on an app for Android phones. We want to detect features of a face. The programm should be able to detect the positions of the eyes, the nose, the mouth a

5条回答
  •  攒了一身酷
    2021-02-02 17:00

    Take a look at the new Android face API, which includes facial landmark detection. There is a tutorial here:

    https://developers.google.com/vision/detect-faces-tutorial

提交回复
热议问题