ktsintotas / Bag-of-Tracked-Words

Probabilistic Appearance-Based Place Recognition Through Bag of Tracked Words
MIT License
11 stars 0 forks source link

Matlab version? #2

Open risqiutama opened 4 years ago

risqiutama commented 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);

ktsintotas commented 4 years ago

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.