필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Displaying images on screen/gui

조회 수: 1 (최근 30일)
sweta arya
sweta arya 2015년 10월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Image Analyst
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
sweta arya 2015년 10월 15일
how to display all images simultaneously.then user will clicked his/her favorite image,then i'll create user profile and compare this user profile with other images & then satisfied images will recommended to user into the same screen or different screen.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 10월 10일
montage() is one way.
  댓글 수: 1
sweta arya
sweta arya 2015년 10월 15일
i want to display just separate images .then user will clicked his/her favorite image,then i'll create user profile and compare this user profile with other images & then satisfied images will recommended to user into the same screen or different screen.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by