A Matlab MEX function for finding face landmarks and bounding box using dlib.
- Use CMake to build and install the mex function.
- Run find_face_landmarks_setup.m from the install directory.
- Download the landmarks model file: shape_predictor_68_face_landmarks.dat
- Use show_face_landmarks function to display the output from find_face_landmarks
Created by Yuval Nirkin.