Automated multiple image arrangement using matlab
이전 댓글 표시
I need to arrange many images to make slides out of them. They are save with apporpriate names. For example I need to say place image 1 in the upper right corner with a specific size and place iamge two next to image 1 with a determined distance from image 1 in x direction (the same y), put image 3 under image 1 (the same x) and image 4 next to image 3 (the same y) and do it for all of these images. Is it possible to do so in automated way in matlab?
By the way, the images are plots produced by matalb. I have both .fig and .jpeg files.
댓글 수: 3
What have you tried so far?
Are you able to load these images with IMREAD and determine the size of the outpus/array? Are you able to build a large 2D or 3D array for storing multiple images? If you experiment a little with these, you can use basic indexing to "copy" the images into the large arrar at any position.
Give it a try and extend your question with your attemps.
Zeynab Mousavikhamene
2020년 4월 16일
Mohammad Sami
2020년 4월 17일
To combine multiple images into a single image, you can use imtile function. See the documentation to see if this is what you wanted to do.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!