|
This post was updated on .
I have a stack of images that I want to know how far out of alignment they are. In other words what translation needs to be applied to the image to align it with the reference. How would i do this?
EDIT::
Further Elaboration
I have two stacks of images. Each image within a stack has the same Z position. Each image is paired with an image in the other stack, these pairs of images have the same x and y co-ordinates.
I want to know how the X and Y co-ordinates vary in one stack. Then transfer that variation (via the paired images) to the images in the other stack. Any suggestions on how this would be done?
|