Find Face Landmarks Versions Save

C++ \ Matlab library for finding face landmarks and bounding boxes in video\image sequences.

1.2

7 years ago

Changes

  • Added support for specifying Matlab image directly.
  • The landmarks model file will now only be loaded on the first call to find_face_landmarks to improve performance.
  • Removed vsal dependency.
  • Added Qt based viewer.
  • Added dynamic / static Boost libraries support.
  • Bug fixes.

Compilers tested

Windows:

  • Visual C++: 12.0, 14.0

Linux:

  • GCC, C++14: 5.2.1

Mex tested with MATLAB R2015a.

1.1

7 years ago

Changes

  • Added LBP face tracker
  • Landmarks will now be saved in .lms format which will contain the source sequence path.
  • Added bbox_from_landmarks MATLAB function.
  • A lot of bug fixes.

Compilers tested

Windows:

  • Visual C++: 12.0, 14.0

Linux:

  • GCC, C++14: 5.2.1

1.0

7 years ago

Changes

  • Added face tracking across sequence frames.
  • Added loading and saving support.
  • Added face sequence statistics.
  • Added caching application.
  • Added viewer application.
  • Easier CMake build script.

Compilers tested

Windows:

  • Visual C++: 12.0, 14.0

Linux:

  • GCC, C++14: 5.2.1

0.9

8 years ago

Compilers Tested: Windows:

  • Visual C++: 12.0, 14.0

Linux:

  • GCC, C++14: 5.2.1

Mex tested with MATLAB R2015a.

v0.8

8 years ago

Compilers Tested: Windows:

  • Visual C++: 12.0

Mex tested with MATLAB R2015a.