필터 지우기
필터 지우기

Image stitching using a rigid transformation

조회 수: 4 (최근 30일)
remos remos
remos remos 2014년 5월 3일
댓글: Alex Taylor 2014년 5월 20일
Hi, if you can provide me the matlab source code of images mosaic using a rigid transformation thank you very much
  댓글 수: 7
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일
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일
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
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

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

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by