How to convert as single image from two image?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Jan
2019 年 5 月 15 日
To explain "fuse" by "embed [merge]" does not clarify uniquely, what you want to do. What is "the correct position"?
回答 (1 件)
KALYAN ACHARJYA
2019 年 5 月 19 日
編集済み: KALYAN ACHARJYA
2019 年 5 月 19 日
Those images having same height (rows), image1 and image2
result=[image1,image2];
Those images having same widths (columns), image3 and image4
result=[image3;image4];
参考
カテゴリ
Help Center および File Exchange で 3-D Volumetric Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!