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*)'
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.