why does resize not affect affine? #3480
-
Hello MONAI community and dev group, When I'm using transforms from MONAI, I notice that when I resize an image, its affine does not change. This is inconsistent with my understanding of affine in NIfTI (according to a page from 3D Slicer), because I think when the image is resized, the transformation from the image coordinate system to the anatomical coordinate system should change as well. I'd appreciate it if anyone could explain this. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @function2-llx , Thanks for raising this ticket. Thanks |
Beta Was this translation helpful? Give feedback.
Hi @function2-llx ,
Thanks for raising this ticket.
You are right, currently, we don't update the affine in transforms except
Spacing
andOrientation
.We are already working on it to add meta data updating in all the transforms, suppose to release in MONAI 1.0.
CC @wyli @Spenhouet
Thanks