goodspb / pdlib

PHP extension for Dlib.
MIT License
72 stars 19 forks source link

landmarks point count? #8

Closed alireza1405 closed 6 years ago

alireza1405 commented 6 years ago

hi first, Sorry, I do not know English;

$landmarks = dlib_face_landmark_detection("~/a.jpg");
var_dump($landmarks);

What number of landmark points does it return? Like the image below? https://www.pyimagesearch.com/wp-content/uploads/2017/04/facial_landmarks_68markup.jpg

goodspb commented 6 years ago

Like: http://dlib.net/face_landmark_detection_ex.cpp.html