/find_face_landmarks

A Matlab MEX function for finding face landmarks and bounding box using dlib.

Primary LanguageC++

find_face_landmarks

A Matlab MEX function for finding face landmarks and bounding box using dlib.

Dependencies

  1. vsal
  2. dlib
  3. OpenCV
  4. Matlab

Installation

  • 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

Credit

Created by Yuval Nirkin.

https://il.linkedin.com/in/ynirkin