Ask Your Question
0

flandmark libraries in eclipse

asked 2015-03-30 05:43:11 -0600

answer seeker gravatar image

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.

edit retag flag offensive close merge delete

Comments

1

@answer seeker, keep in mind that flandmark is not an officially supported OpenCV library so support for it might be limited!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-31 02:28:03 -0600 )edit

@StevenPuttemans: Could you suggest a library suitable for landmarking face and that could be easily used with eclipse cdt in ubuntu ?

answer seeker gravatar imageanswer seeker ( 2015-03-31 05:11:15 -0600 )edit

Nope, not a clue, flandmark is the only one I know of and haven’t used it before ...

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-31 05:55:44 -0600 )edit

@answer seeker Check out dlib, which gave about 68 landmarks and C++ lib, seems good for me.

Haris gravatar imageHaris ( 2015-03-31 07:40:09 -0600 )edit

It dsnt seem to have support for Linux environment.! Have you tried using it ?

tomnjerry gravatar imagetomnjerry ( 2015-04-01 01:07:22 -0600 )edit
3

It's C++ lib, will support linux platform, yes I worked with it on Ubuntu...

Haris gravatar imageHaris ( 2015-04-01 02:58:46 -0600 )edit

Could you help me with using Dlib with openCV codes in ubuntu !

answer seeker gravatar imageanswer seeker ( 2015-04-01 07:39:08 -0600 )edit
1

You can check the example here

Haris gravatar imageHaris ( 2015-04-02 00:29:25 -0600 )edit

@Haris: Have you tried using dlib with eclipse CDT on ubuntu 14.04 ? I am not able to use jpeg files with dlib.

tomnjerry gravatar imagetomnjerry ( 2015-04-06 06:29:32 -0600 )edit

I worked with dlib on Qt, and I think I worked with PNG only, otherwise I have to verify it.

Haris gravatar imageHaris ( 2015-04-06 09:03:42 -0600 )edit

1 answer

Sort by » oldest newest most voted
1

answered 2015-03-31 00:11:35 -0600

tomnjerry gravatar image

I had similar issues. After much trail and error, I can now say that, You can directly use the flandmark libraries with your opencv project. Just copy all the files found under liblandmark folder to your project. Also dont forget to copy flandmark_model.dat to your project. This should work.!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-03-30 05:43:11 -0600

Seen: 281 times

Last updated: Mar 31 '15