本文介绍了如何在Windows上安装编译器? (对于Matlab程序)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经下载了此代码;
I have downloaded this code;
http://www.cs.sfu.ca /%7Emori/research/superpixels/superpixels64.tar.gz
在自述文件中说;
- 在yu_imncut目录中的* .c上运行mex -largeArrayDims-largeArrayDims对于64位体系结构是必需的(感谢Richard Lowe为64位MATLAB提供了修复程序)
- 从中获取mfm-pb边界检测器代码 http://www.cs.berkeley.edu/projects/vision/grouping/segbench/
- 更改sp_demo.m和pbWrapper.m中的路径名
- 获得快速处理器和大量RAM
- 运行sp_demo.m
- Run mex -largeArrayDims on *.c in yu_imncut directory-largeArrayDims is needed for 64bit architectures (thanks to Richard Lowe for providing fixes for 64bit MATLAB)
- Obtain mfm-pb boundary detector code from http://www.cs.berkeley.edu/projects/vision/grouping/segbench/
- Change path names in sp_demo.m and pbWrapper.m
- Get a fast processor and lots of RAM
- Run sp_demo.m
我尝试做混合-..但它告诉我我没有任何编译器.我怎样才能解决这个问题?你能帮我吗?我正在使用64位Windows 7
I tried to do the mex -.. one but it told me that I don't have any compiler. How can I fix this? Can you please help me with this? I am using 64 bit Windows 7
推荐答案
以下是Windows GCC的链接 http://gcc.gnu.org/install/specific.html#windows
Here's a link to GCC for windowshttp://gcc.gnu.org/install/specific.html#windows
这篇关于如何在Windows上安装编译器? (对于Matlab程序)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!