Info

This question is closed. Reopen it to edit or answer.

I am working on matching many images with a query image.

1 view (last 30 days)
I encountered this error while executing OpenSurf on different images:
I(:,1:size(I1,2),:)=I1;
I(:,size(I1,2)+1:size(I1,2)+size(I2,2),:)=I2;
when these lines are commented and executed,
matches are drawn but the images are not displayed.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!