-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi, I am a developer following the userguide to compile the VASIR project. Unluckily I meet with the issue when I try to build the YooIRIS part, the Qt Creator report issue like that:
E:/VASIR2_develop/YooIRIS/../Build/VASIR/debug//libVASIR.a(MatchingTemplate.o): In function ZN16MatchingTemplate12loadTemplateEPKc': E:\VASIR2_develop\Build\VASIR/../../VASIR/MatchingTemplate.cpp:31: undefined reference to Masek::loadtemplate(char const*, mat_data**)'
E:/VASIR2_develop/YooIRIS/../Build/VASIR/debug//libVASIR.a(MatchingTemplate.o): In function ZN16MatchingTemplate19createVASIRTemplateEPcPKci': E:\VASIR2_develop\Build\VASIR/../../VASIR/MatchingTemplate.cpp:132: undefined reference to Masek::savetemplate(char const*, mat_data*)'
E:/VASIR2_develop/YooIRIS/../Build/VASIR/debug//libVASIR.a(FindIrisCircle.o): In function ZN14FindIrisCircle8doDetectEP9_IplImageiidddPi': E:\VASIR2_develop\Build\VASIR/../../VASIR/FindIrisCircle.cpp:32: undefined reference to Masek::findcircle(_image*, int, int, double, double, double, double, double, double, int*, int*, int*)'
E:/VASIR2_develop/YooIRIS/../Build/VASIR/debug//libVASIR.a(FindEyelidCurve.o): In function ZN15FindEyelidCurve14getEyelidPointEP6_imageS1_RiS2_ii': E:\VASIR2_develop\Build\VASIR/../../VASIR/FindEyelidCurve.cpp:328: undefined reference to Masek::findline(_image*, double**)'
E:\VASIR2_develop\Build\VASIR/../../VASIR/FindEyelidCurve.cpp:341: undefined reference to `Masek::linescoords(double*, int, int, int*, int*)'
collect2.exe: error: ld returned 1 exit status
mingw32-make[1]: *** [release\YooIRIS.exe] Error 1
I have found that error is in FindEyelidCurve.cpp L317, FindIrisCircle.cpp L31 and matchingTemplate.cpp L27
Almost all 6 errors are about undefined reference to 'Masek ...', so I really need helps for that issue.
Thanks.