yuxng / MDP_Tracking

Learning to Track: Online Multi-Object Tracking by Decision Making
MIT License
414 stars 168 forks source link

cv.h no such file #7

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, thank you for your great sharing~,it is a great job. when i try to follow the install instruction to setup this package,i encountered the follow error: Error using mex /home/siahooar/MDP_Tracking/lk.cpp:18:16: fatal error: cv.h: No such file or directory compilation terminated.

Error in compile (line 14) eval(['mex lk.cpp -O' include lib]); Can you give me some advise about solving this problem?(ps:i am sure that the opencv i have install correctly,because i can use this in others) Thank you advancely~

ghost commented 7 years ago

Oh,this the original opencv path you set is not use for my environments~ ,and can you give some information about the opencv path?

ghost commented 7 years ago

it is ok~ thank you~