This this may a better question for #algorithms, but since I am new to ITK/SimpleITK, I will ask it here.
Suppose I have three images—X, Y, and Z—that I want to register into the same space. I do not have a template or standard space to which I wish I register them, nor is there any reason to prefer the space of any single image (e.g., there is no reason to register X and Y to Z’s space, Y and Z to X’s space, etc.). Is there a standard way to co-register images (e.g., assume affine transformations) to the same space? For instance, are there any registration functions with cost functions that take into account the distance between the registered images in addition to the total distortion applied, which will allow me to pass 3+ images through them?
Happy to clarify any details if necessary. Many thanks!