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
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
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.