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

error while running edgesDemo.m #27

Open
Passagers123a opened this issue Nov 14, 2018 · 1 comment
Open

error while running edgesDemo.m #27

Passagers123a opened this issue Nov 14, 2018 · 1 comment

Comments

@Passagers123a
Copy link

i'm new to matlab and I got some problems trying to make it work :

I did everything carefully in the installation method a but then when I try to run edgesDemo.m I got this error :

Error using imPadMex
Requested 137438953888x1726576853504x7598263500303858035 (17179869184.0GB) array exceeds 
maximum array size preference. Creation of arrays greater than 
this limit may take a long time and cause MATLAB to become unresponsive.
See array size limit or preference panel for more information.

and several others but they come from the first one I think

Error in imPad (line 39)
J = imPadMex( I, pad, type );

Error in edgesDetect (line 52)
  I = imPad(I,p,'symmetric');

Error in edgesDemo (line 25)
tic, E=edgesDetect(I,model); toc

As I said i'm quite new to matlab and didn't find yet where this imPadMex error does come from, any help would be greatly appreciated.

@zchrissirhcz
Copy link

see my answer at #26

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

2 participants