Open risqiutama opened 4 years ago
What is the exact Matlab version to run this? I tried to run it with Matlab 2018a but got the following errors:
Can't reload '/usr/local/MATLAB/R2018a/bin/glnxa64/libmwocv.so'
Error in incomingVisualData (line 48) visualData.pointsSURF{i} = detectSURFFeatures(visualData.inputImage{i}, 'MetricThreshold', 400.0);
This algorithm was made on Matlab 2019a. However, I don't believe that is a version related problem. Surf detection is not a new function.
What is the exact Matlab version to run this? I tried to run it with Matlab 2018a but got the following errors:
Can't reload '/usr/local/MATLAB/R2018a/bin/glnxa64/libmwocv.so'
Error in incomingVisualData (line 48) visualData.pointsSURF{i} = detectSURFFeatures(visualData.inputImage{i}, 'MetricThreshold', 400.0);