I am looking for a way to register 2 TIF images (no stack, just 4 color channels).
image1: L1,L2,L3,L4
image2: L1*,L5,L6,L7
Layer 1 is used as reference layer between the images. So I'd like to calculate the transformation matrix using L1 and L1* and apply the transformation to L5,L6,L7 of image2.
Which plugin can do this, preferentially with batch capabilities? The ones I've found (e.g. turboreg, stackreg, bunwarpJ) are either not able to handle non-stacks or "color" images or both and most of them can't handle batches.
Thanks a lot, Mario