panorama icon indicating copy to clipboard operation
panorama copied to clipboard

Matlab 2017a

Open wbf2016 opened this issue 6 years ago • 12 comments

RunAllDatasets 索引超出矩阵维度。

出错 run (line 50) pathscript = evalin('caller', ['which(''' script ''')']);

出错 main (line 31) run('lib/vlfeat-0.9.20/toolbox/vl_setup');

出错 RunAllDatasets (line 2) panorama=main(i);

wbf2016 avatar Oct 11 '17 07:10 wbf2016

这vlfeat的问题吧,我不知道

ethanhe42 avatar Oct 11 '17 07:10 ethanhe42

hi I am getting a MEX error

Invalid MEX-file 'C:\Users\lenovo\panorama-master\lib\vlfeat-0.9.20\toolbox\mex\mexw64\vl_sift.mexw64': The specified module could not be found.

Error in getSIFTFeatures (line 11) [f, d] = vl_sift(Im, 'EdgeThresh', edgeThresh);

Error in computeTrans (line 11) [f2, d2] = getSIFTFeatures(imgs(:, :, :, 1), Thresh);

Error in create (line 15) translations = computeTrans(cylindricalimages);

Error in main (line 59) panorama=create( imgs, f, full); May I get some help in this! Thanks in Advance!

Prudhvinik1 avatar Oct 29 '17 07:10 Prudhvinik1

Could you check whether MEX-file 'C:\Users\lenovo\panorama-master\lib\vlfeat-0.9.20\toolbox\mex\mexw64\vl_sift.mexw64' exist?

ethanhe42 avatar Oct 29 '17 07:10 ethanhe42

yes the above mentioned file exists. and i am using MATLAB 2015 version.

Prudhvinik1 avatar Oct 29 '17 07:10 Prudhvinik1

Try download new VLfeat, see if it could help

ethanhe42 avatar Oct 29 '17 07:10 ethanhe42

您好 我们老师也布置了这个作业 但要求转为球面坐标,您的程序很棒,就是小白不知道怎么改为球面坐标。。。是直接改wrap.m就好了吗

EchoAmor avatar Nov 10 '17 06:11 EchoAmor

Sir, May I get any reference with respect to warping on a cylindrical surface. Actually,I didn't understand the process you did there.

yaswanth789 avatar Nov 17 '17 08:11 yaswanth789

https://github.com/yihui-he/panorama#references

ethanhe42 avatar Nov 17 '17 09:11 ethanhe42

i have same problem with wbf2016

RunAllDatasets 인덱스가 배열 경계를 초과합니다.

오류 발생: run (line 55) pathscript = evalin('caller', strcat('which(''', script, ''')'));

오류 발생: main (line 31) run('lib/vlfeat-0.9.20/toolbox/vl_setup');

오류 발생: RunAllDatasets (line 2) panorama=main(i);

HighVoltagee avatar Jul 16 '18 07:07 HighVoltagee

I tried to rename the parameter 'which' in the main function and there is no matrix dimension error(windows system).

ZheJoooe avatar Jul 31 '18 01:07 ZheJoooe

Sir, I have a problem

Index exceeds array bounds.

Error in run (line 55) pathscript = evalin('caller', strcat('which(''', script, ''')'));

Error in main (line 31) run('lib/vlfeat-0.9.20/toolbox/vl_setup');

aryadushyant avatar Sep 09 '18 13:09 aryadushyant

Change the variable name (which) to anything you like in main.m and it will work.

MobeenGulfraz avatar Mar 24 '19 19:03 MobeenGulfraz