필터 지우기
필터 지우기

How to convert as single image from two image?

조회 수: 2 (최근 30일)
voxey
voxey 2019년 5월 15일
편집: voxey 2019년 6월 14일
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
voxey
voxey 2019년 5월 15일
편집: voxey 2019년 5월 15일
Hi Jan,
My Question is Fuse the two images. both images Widht are different ,but Heigth same. some case Width Same ,Height different from two images.
Fuse means, Emedded [merge ] two image without pixel losee?
notes:
  • Image RSK Width=2040 Heigth==2014
  • Image LSK Width =2001 Heigth==2014
SO, how to merge image with correct position without missmatch?
Jan
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
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];
You can see here for other options (montage)
  댓글 수: 1
voxey
voxey 2019년 6월 14일
편집: voxey 2019년 6월 14일
KALYAN ACHARJYA , your answer not related to my question?

댓글을 달려면 로그인하십시오.

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by