필터 지우기
필터 지우기

SURFMex in Matlab under Ubuntu

조회 수: 1 (최근 30일)
Peter Bone
Peter Bone 2014년 6월 19일
댓글: Peter Bone 2014년 6월 27일
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

채택된 답변

Ken Atwell
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.
  댓글 수: 1
Peter Bone
Peter Bone 2014년 6월 27일
Thanks. After compiling OpenCV under Linux and then changing the paths in the make file, it does now work under Linux.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by