ColorClusterPublic icon indicating copy to clipboard operation
ColorClusterPublic copied to clipboard

在重新编译gco_matlab.mexw64的时候,提示错误:无法打开包括文件:“../GCoptimization.h”

Open Winyi opened this issue 8 years ago • 3 comments

你好,感谢您分享的源码,但是我在重新编译gco_matlab.mexw64的时候,提示错误:无法打开包括文件:“../GCoptimization.h”。请问您是否忘了上传../GCoptimization.h呢?能不能麻烦您再上传一下GCoptimization files: gco*.{h,cpp}文件呢?

Winyi avatar Sep 12 '17 08:09 Winyi

这部分是一个Matlab Wrapper for Graph Cut,详见该目录下的ReadMe.txt。我这边是用的已经编译好的,因此没有上传完整的Graph Cut代码。完整的代码可以在http://www.wisdom.weizmann.ac.il/~bagon/matlab.html 或者 https://github.com/nsubtil/gco-v3.0 找到。

higherhu avatar Sep 13 '17 14:09 higherhu

运行Colorcluster.m 出错,(matlab 版本2017a) MEX-file 'C:\Users\dell\Desktop\clus\ColorClusterPublic-master\GCO\bin\gco_matlab.mexw64' 无效: 'C:\Program Files\MATLAB\R2017a/bin/win64\libmx.dll' 中缺少 'C:\Users\dell\Desktop\clus\ColorClusterPublic-master\GCO\bin\gco_matlab.mexw64' 需要的符号 'mxCreateReference'

尝试自己安装gco-v3.0也出错了,请教您知道怎么解决吗

943fansi avatar Sep 02 '20 02:09 943fansi

运行Colorcluster.m 出错,(matlab 版本2017a) MEX-file 'C:\Users\dell\Desktop\clus\ColorClusterPublic-master\GCO\bin\gco_matlab.mexw64' 无效: 'C:\Program Files\MATLAB\R2017a/bin/win64\libmx.dll' 中缺少 'C:\Users\dell\Desktop\clus\ColorClusterPublic-master\GCO\bin\gco_matlab.mexw64' 需要的符号 'mxCreateReference'

尝试自己安装gco-v3.0也出错了,请教您知道怎么解决吗

需要自行编译gco_matlab,参照GCO/README.TXT

higherhu avatar Dec 24 '20 11:12 higherhu