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!