SIFT and SURF feature extraction Implementation using MATLAB

大城市里の小女人 提交于 2019-12-04 10:19:52

you can find a matlab implementation of SIFT features here: http://www.cs.ubc.ca/~lowe/keypoints/

You can find SIFT as a C implementation with MATLAB bindings at: http://www.vlfeat.org/index.html

For anyone else coming across this thread as I did, I noticed the implementation at http://www.vlfeat.org/index.html was far more than I required and also fairly hard to adjust to my code. The following link; http://robwhess.github.io/opensift/, has an implementation of just the SIFT algorithm accompanied with an example executable, with the source code available (unlike http://www.cs.ubc.ca/~lowe/keypoints/ which only has the sift binary executable).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!