Peng Lv

毋意,毋必,毋固,毋我。 言必行,行必果。

导航

{vlFeat}{Matlab}Linux中matlab的vlFeat配置

1.下载vlFeat编译后的版本binary package

2.解压后将 toolbox/,bin/,data/ 等文件夹复制到matlab新建工具箱目录 /toolbox/vlfeat/ 中

3.向matlab的 /usr/local/matlab/R2010b/toolbox/local/pathdef.m 文件中添加vlfeat路径:

matlabroot,'/toolbox/vlfeat/toolbox;', ...
matlabroot,'/toolbox/vlfeat/toolbox/aib;', ...
matlabroot,'/toolbox/vlfeat/toolbox/geometry;', ...
matlabroot,'/toolbox/vlfeat/toolbox/noprefix;', ...
matlabroot,'/toolbox/vlfeat/toolbox/sift;', ...
matlabroot,'/toolbox/vlfeat/toolbox/vlad;', ...
matlabroot,'/toolbox/vlfeat/toolbox/demo;', ...
matlabroot,'/toolbox/vlfeat/toolbox/gmm;', ...
matlabroot,'/toolbox/vlfeat/toolbox/kmeans;', ...
matlabroot,'/toolbox/vlfeat/toolbox/misc;', ...
matlabroot,'/toolbox/vlfeat/toolbox/plotop;', ...
matlabroot,'/toolbox/vlfeat/toolbox/slic;', ...
matlabroot,'/toolbox/vlfeat/toolbox/fisher;', ...
matlabroot,'/toolbox/vlfeat/toolbox/imop;', ...
matlabroot,'/toolbox/vlfeat/toolbox/mex;', ...
matlabroot,'/toolbox/vlfeat/toolbox/mser;', ...
matlabroot,'/toolbox/vlfeat/toolbox/quickshift;', ...
matlabroot,'/toolbox/vlfeat/toolbox/special;', ...
matlabroot,'/toolbox/vlfeat/toolbox/xtest;', ...

4.重启matlab,运行 vl_setup 即可,运行vl_demo_** 查看是否成功

posted on 2013-12-17 14:46  Lvpengms  阅读(1277)  评论(0编辑  收藏  举报