Automated multiple image arrangement using matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Mohammad Sami
el 17 de Abr. de 2020
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.
Respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!