I am working on a project in Eclipse CDT with opencv 2.4.11 ( Ubuntu 14.04). I want the facial land-marking done automatically. After extensive research , found that http://cmp.felk.cvut.cz/~uricamic/flandmark/ should help. I downloaded the libraries and built the binaries following instructions at https://github.com/uricamic/flandmark/blob/master/INSTALL.
However when I include flandmark_detector.h in my code I keep getting error. flandmark_detector.h : no such file or directory. It seems to me linking problem. Could someone help me out with it. How do I include these libraries the way I included opencv libraries inorder for them to work correctly.