zoukankan      html  css  js  c++  java
  • {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_** 查看是否成功

  • 相关阅读:
    css 基础
    css 基础-1
    html 入门2-表
    CMDB (后台管理) CURD 插件
    序列化
    AES(高级加密)
    API验证
    数据库取时间(分组)
    用户权限 (知识点)
    xss 过滤
  • 原文地址:https://www.cnblogs.com/lvpengms/p/3478444.html
Copyright © 2011-2022 走看看