Page 1 of 1

Match Rotations

Posted: 2015-10-29T03:06:01-07:00
by jmac698
Hi,
I've read about an upcoming feature for image registration, but it's not ready yet. I'm desperate to match two images by rotation. Would there be a way to rotate one image +-15 degrees and then do a correlation and pick which version matches best, as a simple way to find the rotation? The images are already centred, and they don't rotate much. Then I want to pick one reference image and rotate a whole directory of images to match it's rotation. The images are all the same except for rotation.

There's other programs like image analyzer, imagej etc. but I need to do batch image registration.

Re: Match Rotations

Posted: 2015-10-29T05:22:12-07:00
by snibgo
You can do this by trial-and error but, if you know the centre of rotation is the image centre, there is a much quicker method: depolar both images, search for one within the other, and the x-coordinate of the result gives the angle. My page "What rotation?" explains.