how can i join different images ?

조회 수: 1 (최근 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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by