Dear Community,
my goal is to automatically align two CT-Volumes that have different voxel sizes. I concluded it is best to use the General Registration (Elastix) module. By creating an Output transform and applying it to the original moving volume, I managed to preserve the original voxel size of both volumes. Result of the alignment was good.
My question is, how does the Slicer algorithm match the two volumes in this case? Does it divide the voxels of the larger-voxel-volume or does it combine voxels of the smaller-voxel-volume (I suppose it depends how I define the fixed and moving volume, the voxels of the moving volume get adapted to the fixed one)? If this is the case, does the accuracy of the alignment get influenced by the choice of fixed and moving volume (I supposed it could be better to choose the smaller-voxel-volume as the moving one, because it contains more infromation and smaller voxels are combined resulting in more accurate adapted voxels, compared to the case where larger voxels are divided into smaller ones with equal density)?
Cheers