AlanLuSun / High-quality-ellipse-detection

A high-quality ellipse detector based on arc-support line segments which can both accurately and efficiently detect ellipses in images.
459 stars 145 forks source link

Useable with Octave ? #26

Open claireroman opened 3 years ago

claireroman commented 3 years ago

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.