flandmark libraries in eclipse
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/fla... should help. I downloaded the libraries and built the binaries following instructions at https://github.com/uricamic/flandmark....
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.
@answer seeker, keep in mind that flandmark is not an officially supported OpenCV library so support for it might be limited!
@StevenPuttemans: Could you suggest a library suitable for landmarking face and that could be easily used with eclipse cdt in ubuntu ?
Nope, not a clue, flandmark is the only one I know of and haven’t used it before ...
@answer seeker Check out dlib, which gave about 68 landmarks and C++ lib, seems good for me.
It dsnt seem to have support for Linux environment.! Have you tried using it ?
It's C++ lib, will support linux platform, yes I worked with it on Ubuntu...
Could you help me with using Dlib with openCV codes in ubuntu !
You can check the example here
@Haris: Have you tried using dlib with eclipse CDT on ubuntu 14.04 ? I am not able to use jpeg files with dlib.
I worked with dlib on Qt, and I think I worked with PNG only, otherwise I have to verify it.