You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I an using ubuntu13.10 with
linux kernel 3.11.0-14
gcc 4.8.1
opencv 2.4.5
cmake 2.8.11.2
I add FindOpenCV.cmake
set (OpenCV_DIR /home/Documents/OpenCV/OpenTLD/build)
to the src folder and run cmake, everything goes well.
but when I run make, it comes up with many link error
undefined reference to 'cv::Mat......
So, what is wrong?
The text was updated successfully, but these errors were encountered:
I am using windows7
and compiled it in visual studio 2013. I also made some changes .
It just compiled and run well.
I am not familiar with ubuntu, but from the error you've got,I guess you may forget to set some Paths.
If you have some problem with visual studio , I hope I can help you.
I an using ubuntu13.10 with
linux kernel 2.11.0-14
gcc 4.8.1
opencv 2.4.5
cmake 2.8.11.2
I add FindOpenCV.cmake
set (OpenCV_DIR /home/Documents/OpenCV/OpenTLD/build)
to the src folder and run cmake, everything goes well.
but when I run make, it comes up with many link error
undefined reference to 'cv::Mat......
So, what is wrong?
—
Reply to this email directly or view it on GitHub.
I an using ubuntu13.10 with
linux kernel 3.11.0-14
gcc 4.8.1
opencv 2.4.5
cmake 2.8.11.2
I add FindOpenCV.cmake
set (OpenCV_DIR /home/Documents/OpenCV/OpenTLD/build)
to the src folder and run cmake, everything goes well.
but when I run make, it comes up with many link error
undefined reference to 'cv::Mat......
So, what is wrong?
The text was updated successfully, but these errors were encountered: