SimpleITK examples of registration whose transform with Shift, Rotation and Scale for 3D

Dear All,

Can you please suggest SimpleITK examples for 3D (.mhd images) for registration whose transform supports Shift, Rotation and Scaling?

I am using the example below which supports Shift and Rotation.

Thanks,

Luis Gonçalves

http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/Python_html/60_Registration_Introduction.html

Hello @Luis_Carlos_Carneiro,

Just use a Similarity3DTransform as the optimized transform (composition of isotropic scaling and rigid transformation) or use an AffineTransform if your scaling is non-isotropic.

1 Like