facelandmark Detection [closed]

asked 2015-01-06 08:11:31 -0600

Gopi Krishnan gravatar image

I tried to implement the flandmark detection for my project in opencv . I followed the sourcecode link. When i build the project and compile got the following errors

 "flandmark_free(model_struct*)", referenced from:
      _main in lmd.o
  "flandmark_init(char const*)", referenced from:
      _main in lmd.o
  "flandmark_detect(_IplImage*, int*, model_struct*, double*, int*)", referenced from:
      detectFaceInImage(_IplImage*, _IplImage*, CvHaarClassifierCascade*, model_struct*, int*, double*) in lmd.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [dist/Debug/GNU-MacOSX/landmarkdetection] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2

Anyone can Provide suggestion to clear my issues

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by berak
close date 2015-01-06 08:19:07.570838

Comments

please stop adding duplicate questions. please.

berak gravatar imageberak ( 2015-01-06 08:19:01 -0600 )edit

berak i am new to this forum, can you more specific about your comment to closed the question,pls

Gopi Krishnan gravatar imageGopi Krishnan ( 2015-01-06 08:37:26 -0600 )edit

please read the faq

edit your older one, if you want to tick it up.

berak gravatar imageberak ( 2015-01-06 08:45:27 -0600 )edit

thnx berak!!

Gopi Krishnan gravatar imageGopi Krishnan ( 2015-01-06 08:47:39 -0600 )edit