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