Azzera filtri
Azzera filtri

How to convert as single image from two image?

2 visualizzazioni (ultimi 30 giorni)
voxey
voxey il 15 Mag 2019
Modificato: voxey il 14 Giu 2019
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 Commenti
voxey
voxey il 15 Mag 2019
Modificato: voxey il 15 Mag 2019
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 il 15 Mag 2019
To explain "fuse" by "embed [merge]" does not clarify uniquely, what you want to do. What is "the correct position"?

Accedi per commentare.

Risposte (1)

KALYAN ACHARJYA
KALYAN ACHARJYA il 19 Mag 2019
Modificato: KALYAN ACHARJYA il 19 Mag 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];
You can see here for other options (montage)

Prodotti


Release

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by