how can i join different images ?

4 次查看(过去 30 天)
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 个评论
Devyani Sankhe
Devyani Sankhe 2021-1-29
@Image Analyst can you please respond to this? I will be very thankful to you, if you respond it.

请先登录,再进行评论。

回答(2 个)

David Hill
David Hill 2021-1-28
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 个评论
Devyani Sankhe
Devyani Sankhe 2021-1-30
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 2021-1-30
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.

请先登录,再进行评论。


Image Analyst
Image Analyst 2021-1-30
Try montage() or imtile()
  17 个评论
Image Analyst
Image Analyst 2021-1-31
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 2021-1-31
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

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by