Image alignment procedures

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Image alignment procedures

Post by anthony »

You are looking for 'Image Registration' which is the process of finding points and automatically matching them up from one image to another. This is currently not posible in IM. On the other hand until recently IM did not have a good distortion method to match up images taken from different angles or views points, so there was no point to image registration in it.

This is an area I myself want to study, and infact was planing to use photos of stars as exactly the medium to start with, But until I finish with the developem to the distort I would not even look at 'Image registration.

Give it a year or two and a different story may be given for ImageMagick, just not now. Not unless you like to do some development work with IM yourself ;-)
You are welcome to hack the code and submitt patches you know. :-)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply