Filter löschen
Filter löschen

SURFMex in Matlab under Ubuntu

1 Ansicht (letzte 30 Tage)
Peter Bone
Peter Bone am 19 Jun. 2014
Kommentiert: Peter Bone am 27 Jun. 2014
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

Akzeptierte Antwort

Ken Atwell
Ken Atwell am 20 Jun. 2014
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.
  1 Kommentar
Peter Bone
Peter Bone am 27 Jun. 2014
Thanks. After compiling OpenCV under Linux and then changing the paths in the make file, it does now work under Linux.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by