Tastenkunst / brfv4_javascript_examples

BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
463 stars 148 forks source link

Facial Landmarks #21

Closed enijar closed 6 years ago

enijar commented 6 years ago

Is it possible to get the position (x, y) of facial landmarks, for example left eye, right eye, nose and mouth?

MarcelKlammer commented 6 years ago

Sure, these are the facial landmarks:

https://github.com/Tastenkunst/brfv4_javascript_examples/blob/master/brfv4_landmarks.jpg

The landmarks have x,y coordinates according to the image you analyze.

enijar commented 6 years ago

@MarcelKlammer Ah, didn't see that image – thanks!