This repo generally shows the example usages about utilizing Kalman Filter on facial landmark detection based on dlib. It also reveals an idea about optimizing the correctness of facial landmark detection from dlib based on a combined method of Kalman Filter, Optical Flow and dlib.
The following link shows the results from face_landmark_detection_dlib_of_kf_mixed.cpp
https://www.youtube.com/watch?v=x1vGY6HgRHw
- OpenCV (>=2.4.3)
- dlib
$ mkdir build
$ cd build
$ cmake .. -DUSE_AVX_INSTRUCTIONS=1
$ make -j8
$ ./face_landmark_detection