Skip to content

Releases: YuvalNirkin/find_face_landmarks

find_face_landmarks 1.2

19 Jun 20:34
Compare
Choose a tag to compare

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.

find_face_landmarks 1.1

14 Oct 11:06
Compare
Choose a tag to compare

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

find_face_landmarks 1.0

23 Jul 21:30
Compare
Choose a tag to compare

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

find_face_landmarks 0.9

23 Jun 17:20
Compare
Choose a tag to compare
Pre-release

Compilers Tested:
Windows:

  • Visual C++: 12.0, 14.0

Linux:

  • GCC, C++14: 5.2.1

Mex tested with MATLAB R2015a.

find_face_landmarks 0.8

07 Jun 19:08
Compare
Choose a tag to compare
Pre-release

Compilers Tested:
Windows:

  • Visual C++: 12.0

Mex tested with MATLAB R2015a.