CT Resampling and Registration order

Hello guys,

I have non-contrast 3D CT images. I would like to resample them to 1mm and perform registration. In what order it should be; resampling then registration, or firstly registration then resampling?

Thanks

I don’t think it will affect the registration if you resample the images before. During registration, linear interpolation is used for point sampling. If you use a different interpolator (bspline, sinc, …) for the 1mm resampling then the sampled values will be slightly different, but it is unlikely to affect the registration result.

Of course, once registration is completed, apply the computed transform and resample to 1mm in one step (to minimize sampling artifacts). You can use Crop volume module for this.

Thank you @lassoan. I am very appreciate for your help.