How to display a lot images on a axis?
Show older comments
I have implemented a CBIR engine using Matlab.In the last stage, I need to display the retrieval results on an axis. But what should i do if I want to do this.
I have tried to display 20 images on the same time. It cannot be displayed if more images to be displayed.

Any suggestion?
Answers (1)
Image Analyst
on 5 Jan 2014
0 votes
Try the montage() function in the Image Processing Toolbox, though since it doesn't subsample, you might run out of memory for a lot of images.
2 Comments
Donghui Sun
on 5 Jan 2014
Image Analyst
on 5 Jan 2014
You can look in the File Exchange for something you can adapt: >http://www.mathworks.com/matlabcentral/fileexchange/index?page=2&term=image+display&utf8=%E2%9C%93>
Categories
Find more on Convert Image Type in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!