Click here to Skip to main content
15,893,904 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Essence of problem is to photograph a large area with high resolution. Neighboring pictures can overlap with each other in small areas. Shooting is performed mechanically. Having estimated the resolution of the camera and the required quality, I came to the conclusion that it is necessary to divide the subject into 16 regions, which then need to connect.
Posted
Comments
Sergey Alexandrovich Kryukov 4-Apr-14 15:59pm    
What have you tried so far?
—SA

1 solution

I am not really sure if you are asking for directions on how to code this or if you are simply looking for an existing application that can do it.

In my experience, if you want to stitch multiple images together to achieve a panorama effect, plan on overlapping more than just "a few pixels" with the neighboring images. You need a good overlap to calculate 'tilting' of individual images, account for barrel distortion, differences in brightness and contrast and many other factors.

Check out this Wiki for some fundamentals: Wikipedia - Image stitching[^]
I have not tried it out, but here is an OpenCV project[^]

Here is a result of a successful, over-the-top image stitched together using an existing application (a little old, but nice technical details):
Breaking the Gigapixel Barrier[^]

Soren Madsen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900