How to reduce camera distortion while stitching images?

2 views (last 30 days)
I want to create panorama using this matlab code Image mosaicing but it leaves a camera distortion (cycled red) How can I improve it (maybe there is matlab code for that transformation?) and in which step (before homography or after?).
I would be very grateful for help, really need this!

Answers (1)

Image Analyst
Image Analyst on 16 Apr 2014
There is nothing in MATLAB, that I'm aware of, that fixes that. You're going to have to explore the literature to find a published algorithm that stitches better than your algorithm: http://iris.usc.edu/Vision-Notes/bibliography/contents.html
  6 Comments
Image Analyst
Image Analyst on 16 Apr 2014
I haven't studied up on that. I don't know what your File Exchange code does (and don't have time to figure it out) and I don't know how the published algorithms work. I'm sure it's a variety of complicated methods. Good luck though.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!