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

Image of one dimension or more than 3 dimension #22

Open
Addhi86 opened this issue May 2, 2018 · 0 comments
Open

Image of one dimension or more than 3 dimension #22

Addhi86 opened this issue May 2, 2018 · 0 comments

Comments

@Addhi86
Copy link

Addhi86 commented May 2, 2018

Hello.

I have satellite images which are more than three dimension. When I try to run that images and try to extract edgeboxes. I got this error. Is there any possible to resolve this error?

Error using edgesChns (line 40)
Assertion failed.

Error in edgesDetect (line 55)
[chnsReg,chnsSim] = edgesChns( I, opts );

Error in edgeBoxes>edgeBoxesImg (line 92)
model.opts.nms=0; [E,O]=edgesDetect(I,model);

Error in edgeBoxes (line 82)
if(~iscell(I)), bbs=edgeBoxesImg(I,model,o); else n=length(I);

Error in edgeBoxesDemo (line 16)
tic, bbs=edgeBoxes(I,model,opts); toc

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

1 participant