Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matlab 2017a #1

Open
wbf2016 opened this issue Oct 11, 2017 · 12 comments
Open

Matlab 2017a #1

wbf2016 opened this issue Oct 11, 2017 · 12 comments

Comments

@wbf2016
Copy link

wbf2016 commented Oct 11, 2017

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);

@ethanhe42
Copy link
Owner

这vlfeat的问题吧,我不知道

@Prudhvinik1
Copy link

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!

@ethanhe42
Copy link
Owner

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

@Prudhvinik1
Copy link

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

@ethanhe42
Copy link
Owner

Try download new VLfeat, see if it could help

@EchoAmor
Copy link

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

@yaswanth789
Copy link

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

@ethanhe42
Copy link
Owner

@HighVoltagee
Copy link

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);

@ZheJoooe
Copy link

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

@aryadushyant
Copy link

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');

@MobeenGulfraz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants