Skip to content

Image of one dimension or more than 3 dimension #22

@Addhi86

Description

@Addhi86

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions