필터 지우기
필터 지우기

How to display a lot images on a axis?

조회 수: 2 (최근 30일)
Donghui  Sun
Donghui Sun 2014년 1월 5일
댓글: Image Analyst 2014년 1월 5일
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?

답변 (1개)

Image Analyst
Image Analyst 2014년 1월 5일
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
Donghui  Sun
Donghui Sun 2014년 1월 5일
I mean what I should do if i need a scroll bar on the right of the window when multiple image to play. It will be convenient to display images.
Image Analyst
Image Analyst 2014년 1월 5일
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>

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by