-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpolar error #10
Comments
I complie successfully,but got the error:
Error in logupdate (line 37) Error in tracker (line 55) Error in demo (line 22) |
Could you run any opencv based project? It looks like you didn't install opencv correctly |
Hello, when runing the demo, i got the error:
Invalid MEX-file '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64': Missing dependent shared libraries:
'libopencv_core.so.2.4' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
'libopencv_imgproc.so.2.4' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol 'cvLogPolar' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol '_ZN2cv3Mat10deallocateEv' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol '_ZN2cv3Mat5zerosENS_5Size_IiEEi' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol '_ZN2cv8fastFreeEPv' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'
Missing symbol '_ZNK2cv3Matcv9_IplImageEv' required by '/home/dl/qiqi/LDES/utility/mexfiles/mpolar.mexa64'.
Error in logupdate (line 37)
patchL = mpolar(double(patchL),p.mag);
Error in tracker (line 55)
p = logupdate(1,im, pos, tmp_sc,tmp_rot,p);
Error in demo (line 22)
[
,rects,,,, time] = tracker(video_path, img_files, pos, target_sz, rot, show_visualization);how can i slove it?
The text was updated successfully, but these errors were encountered: