how can i join different images ?

2 vues (au cours des 30 derniers jours)
Devyani Sankhe
Devyani Sankhe le 28 Jan 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 commentaire
Devyani Sankhe
Devyani Sankhe le 29 Jan 2021
@Image Analyst can you please respond to this? I will be very thankful to you, if you respond it.

Connectez-vous pour commenter.

Réponses (2)

David Hill
David Hill le 28 Jan 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 commentaires
Devyani Sankhe
Devyani Sankhe le 30 Jan 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 le 30 Jan 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.

Connectez-vous pour commenter.


Image Analyst
Image Analyst le 30 Jan 2021
Try montage() or imtile()
  17 commentaires
Image Analyst
Image Analyst le 31 Jan 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 le 31 Jan 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

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by