Azzera filtri
Azzera filtri

how can i join different images ?

1 visualizzazione (ultimi 30 giorni)
Devyani Sankhe
Devyani Sankhe il 28 Gen 2021
Modificato: Devyani Sankhe il 3 Giu 2021
is their any method to join different part of whole image to form one complete picture in this application?. For example i have attached image to understand you very clearly. In this image i have stiched image but this is not perfect. I want to do perfect stitching with auto option, so software can do it by itself. Thanks in advance
  1 Commento
Devyani Sankhe
Devyani Sankhe il 29 Gen 2021
@Image Analyst can you please respond to this? I will be very thankful to you, if you respond it.

Accedi per commentare.

Risposte (2)

David Hill
David Hill il 28 Gen 2021
Images will all be 3D matrices that you can contatenate together anyway you want.
newImage=[Image1,Image2,Image3;Image4,Image5,Image6];%may need to pad some images with white or black to make the size consistent
  17 Commenti
Devyani Sankhe
Devyani Sankhe il 30 Gen 2021
Hi David ,
Can you please write a complete code? Because it shows me several error, so i formulated code wrongly..!!
Please , thanks you so much again@David Hill
David Hill
David Hill il 30 Gen 2021
If you want any more help, show us what you have done and ask a specific question. We don't care that you are new to MATLAB.

Accedi per commentare.


Image Analyst
Image Analyst il 30 Gen 2021
Try montage() or imtile()
  17 Commenti
Image Analyst
Image Analyst il 31 Gen 2021
I did suggest code. Won't you at least look at it? I won't try it for you - you can do it just as well as I can. I won't have time to adapt it for you. Sorry but this would go way beyond the time i spend for people. Alternatively I suggest you try to obtain images that don't need to be stitched in this way.
Devyani Sankhe
Devyani Sankhe il 31 Gen 2021
Yes i looked at that code but that is little different code and received so many errors by running it and i don't know to how to resolve it, as i am not much familiar with matlab command. Anyways thanks a ton for answering my questions. @Image Analyst

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by