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 would like to test your algorithm with Octave instead of Matlab. Nevertheless, I have some difficulties to create the mex file with the command mkoctfile. Indeed, the compilation of OpenCV library (version 2.4.9) does not work. For exampIe, I have this sort of error messages :
C:/opencv/opencv2.4.9/build/include/opencv2/core/mat.hpp:278: undefined reference to `cv::fastFree(void*)'
Any advice ?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to test your algorithm with Octave instead of Matlab. Nevertheless, I have some difficulties to create the mex file with the command mkoctfile. Indeed, the compilation of OpenCV library (version 2.4.9) does not work. For exampIe, I have this sort of error messages :
C:/opencv/opencv2.4.9/build/include/opencv2/core/mat.hpp:278: undefined reference to `cv::fastFree(void*)'
Any advice ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: