SURFMex in Matlab under Ubuntu
2 次查看(过去 30 天)
显示 更早的评论
Is is possible for me to use SURFMex with the Ubuntu version of Matlab? SURFMex calls the OpenCV implementation of SURF. Will it work if I install OpenCV in Ubuntu, or will it only work in Windows because it's looking for dlls?
https://github.com/PetterS/surfmex
0 个评论
采纳的回答
Ken Atwell
2014-6-20
I'm not familiar with SURFMex, but upon a quick examination the C++ code look pretty cross-platform friendly, so you may be able to get it to work with the gcc compiler on your Ubuntu box. However, make.m will need to be changed to use Linux paths, libraries, etc.
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!