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_** 查看是否成功

  • 相关阅读:
    C++日记 OPENGL错误及解决方案
    C++日记 VS编译问题
    OpenGL 自制API 4
    C++日记 宏定义函数
    OpenGL 自制API gluPerspective
    OpenGL 自制API 3
    OpenGL 自制API 2
    OpenGL 自制API 1
    OPENGL入门教程
    c++基础的记录(随笔记录一些基础的东西)
  • 原文地址:https://www.cnblogs.com/lvpengms/p/3478444.html
Copyright © 2011-2022 走看看