image-stitching

Aligning multiple images into one image?

What is a good method to align images together that may have different rotations, exposures, etc, but have the same background or other fixed reference? Adobe Photoshop can do this with its "Photomerge" feature. How can I do this programatically? Is there an Open Source application that does it? ...

How to write a huge JPEG that exceeds the physical RAM using Delphi ?

Hi all, Here is the problem. I have a large set of 512x512 pixels JPEG tiles as regular jpg files. I have written a piece of software that does a bunch of things and does need to stitch all those files into a single huge JPEG at the end. First of all, I do NOT wish to use ImageMagick to do this, but perform it inside my software ! In...