how can i join different images ?

2 ビュー (過去 30 日間)
Devyani Sankhe
Devyani Sankhe 2021 年 1 月 28 日
編集済み: Devyani Sankhe 2021 年 6 月 3 日
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