当我试图在MATLAB中编译Vedaldi的SIFT算法时,我得到了以下错误: sift_compile
D:\PROGRA~1\MATLAB\R2010A~1\BIN\MEX.PL: Error: 'imsmooth.c' not found.
??? Error using ==> mex at 222
Unable to complete successfully.
Error in ==> sift_compile at 33
mex('imsmooth.c',opts{:}) ;我让mex在其他情况下运行,我使用的编译器是VS2008。并且在MATLAB路径中也包含了不平滑.c和其他源代码的路径。有没有人可以给我一些提示,我应该如何让它工作?
发布于 2012-09-14 20:56:10
C:\Program Files\MATLAB\R2011a\sift\
添加路径名有帮助!
https://stackoverflow.com/questions/11202600
复制相似问题