Releases: YuvalNirkin/find_face_landmarks
Releases · YuvalNirkin/find_face_landmarks
find_face_landmarks 1.2
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
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
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
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
Compilers Tested:
Windows:
- Visual C++: 12.0
Mex tested with MATLAB R2015a.