Read image information and show on figure from small to large size images

2 views (last 30 days)
Hello everyone,
I have a file name 'Images' with 4 jpg picture in there, I need to read pictures and show the imfomation on a same figure from small to large size image. After that combine them into 1 picture and save it.
Thanks for your help!!

Accepted Answer

Image Analyst
Image Analyst on 3 Sep 2021
OK, I'll advise that (to being with image processing). It worked out well for me, having a 40+ year career in it. I think you'll find it fun and interesting with a lot of variety.
Anyway, check out the functions imread(), imshow(), and text(), as well as the demos in the image processing toolbox. Also check out the Image Segmentation Tutorial in my File Exchange:
  6 Comments
Image Analyst
Image Analyst on 5 Sep 2021
I don't know what advice you want. Your code does what you told it to. It reads in every image in a folder, and displays it in a 2-by-2 array. That's all. What were you thinking/hoping/wanting it would do?

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!