How to convert as single image from two image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How to convert as single image from two image?
Images: LSK.jpg,RSK.jpg,
Result= get Original Image from two Images.
Image Shape= Height only same, Width different.
3 Kommentare
Jan
am 15 Mai 2019
To explain "fuse" by "embed [merge]" does not clarify uniquely, what you want to do. What is "the correct position"?
Antworten (1)
KALYAN ACHARJYA
am 19 Mai 2019
Bearbeitet: KALYAN ACHARJYA
am 19 Mai 2019
Those images having same height (rows), image1 and image2
result=[image1,image2];
Those images having same widths (columns), image3 and image4
result=[image3;image4];
1 Kommentar
Siehe auch
Kategorien
Mehr zu 3-D Volumetric Image Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!