当前位置:
首页 >
在Matlab安装Vlfeat
发布时间:2023/12/9
43
豆豆
生活随笔
收集整理的这篇文章主要介绍了
在Matlab安装Vlfeat
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
进入官方网页 http://www.vlfeat.org/
- 1、下载vlfeat安装包
- 1.download vlfeat
- 2、安装,将下载的安装包放到某一个可以存放的位置,注意不能删除
- 2. Install, put the downloaded installation package in a place where it can be stored, and do not delete it
- 3、在matlab的命令窗口中,运行vl_setup命令
-
In the command window of MATLAB, run the VL Setup command
- 程序如下: run('E:\Matlab2018a\toolbox\vlfeat-0.9.21\toolbox/vl_setup')
- 4、检查是否安装成功----->vl_version verbose
5 、但这样安装并不能保证关闭matlab以后重新使用。所以在matlab的默认路径的情况下,在命令窗口输入如下内容,保存并关闭。
- 5. However, such installation does not guarantee that MATLAB will be used again after it is closed.So in the default path of MATLAB, enter the following in the command window, save and close.
6、关闭后重新运行matlab
-
6. Run MATLAB again after it is closed
vl_version
总结
以上是生活随笔为你收集整理的在Matlab安装Vlfeat的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 简单的封装axios 不包含状态码和提
- 下一篇: 安卓操作sqlite3,增删改查