Skip to content

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

Notifications You must be signed in to change notification settings

TalHassner/find_face_landmarks

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.7%
  • CMake 3.5%
  • MATLAB 1.8%