gv22ga / dlib-face-recognition-android

Android app to demo dlib face recognition
MIT License
148 stars 50 forks source link

Exact Landmark Position on Facerecogniton #3

Closed okankrblt closed 5 years ago

okankrblt commented 6 years ago

How can i get exact pixel positions in the picture. What should i add the code ? i only interests with FaceRecognition part so i need to find the landmark's pixel positions.

gv22ga commented 6 years ago

Sorry, I couldn't understand what you are saying.

Do you want to get the bounding box for the face of a recognized person? You can get coordinates of bounding box by getTop(), getLeft(), getBottom(), getRight() methods of VisionDetRet

If you want to get face landmark positions (locations of eye, nose etc) then you can look into this project dlib android app