Image stitching using a rigid transformation

Hi, if you can provide me the matlab source code of images mosaic using a rigid transformation thank you very much

7 件のコメント

Image Analyst
Image Analyst 2014 年 5 月 3 日
I don't know what that means. What mosaic? Mosaic of what ? Do you have 50 images and each one is being transformed/warped somehow and then you're going to stitch them all together into a mosaic/collage/montage? Show an example of input image(s) and the output image.
remos remos
remos remos 2014 年 5 月 3 日
thank you for your answer I want a matlab code for the mosaic of two images based on the model of rigid transformation thank you in advance
remos remos
remos remos 2014 年 5 月 3 日
thank you for your answer I want a matlab code for the mosaic of two images based on the model of rigid transformation thank you in advance
remos remos
remos remos 2014 年 5 月 3 日
After the establishment of the geometrical correspondence between the two images, transformation function is defined. It must transform the captured picture over the reference image in order to align the matched points
there are several methods of transformation as projective, affine, rigid
thank you
Alex Taylor
Alex Taylor 2014 年 5 月 18 日
Can you provide the actual two images you would like to mosaic instead of the included image which is more of an explanation of mosaicing. There is no general "rigid registration algorithm". Registration is data set dependent, so I need two actual images if you want to see an example.
Alex Taylor
Alex Taylor 2014 年 5 月 20 日
Remos,
This is still not what I need to help you. What I was asking for is two separate image files, with no mark-up. I want these two separate files so that I can attempt to register to them to one another.
While your image does explain the problem you are trying to solve, I can't use it to try available algorithms to see if they will work. Make sense?

サインインしてコメントする。

回答 (2 件)

Alex Taylor
Alex Taylor 2014 年 5 月 3 日

0 投票

Let's see some images, please. Also, let's see what you have tried to do so far...

2 件のコメント

Image Analyst
Image Analyst 2014 年 5 月 3 日
Sounds like you want to do registration. See Alex's answer in this thread: http://www.mathworks.com/matlabcentral/answers/73537#answer_83502
remos remos
remos remos 2014 年 5 月 3 日
I'm not very good at programming matlab I just need to make a comparison between these methods and I do not find that the model based on rigid

サインインしてコメントする。

Image Analyst
Image Analyst 2014 年 5 月 3 日

0 投票

How about using the montage() function? Or just stitch together:
tallImage = [image1; image2]; % Stitch vertically.
wideImage = [image1, image2]; % Stitch horizontally.
I still have no idea what you mean about rigid transformation.

3 件のコメント

remos remos
remos remos 2014 年 5 月 3 日
yes that's right align two images to create a diaporama
Image Analyst
Image Analyst 2014 年 5 月 3 日
Search here for papers people have published on it.
Sorry but we can't give you an answer in a few dozen line snippet of MATLAB code because what you're asking for is a very complicated operation that people have been working on for years.
remos remos
remos remos 2014 年 5 月 20 日
thank you

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeGeometric Transformation and Image Registration についてさらに検索

質問済み:

2014 年 5 月 3 日

コメント済み:

2014 年 5 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by