Displaying images on screen/gui
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
i want to display images on a gui(or screen) that satisfy certain properties.images could be 10 or 20 (<=50).how this can be done in matlab.
4 件のコメント
Geoff Hayes
2015 年 10 月 10 日
sweta - are you saying that you wish to display up to 50 images on the GUI? Are these images that you read from file or create programmatically?
sweta arya
2015 年 10 月 11 日
Image Analyst
2015 年 10 月 11 日
So use imread(). Exactly what is your question? How to display images? How to read 50 images from disk, like the FAQ shows you? How to measure or determine the properites/attributes of the images? How to determine which images meet your selection criteria? How to display the images one at a time or all simultaneously? Can you tell use which question(s) you need answered?
sweta arya
2015 年 10 月 15 日
回答 (1 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!