PIL Reader rotate image #3220
Unanswered
ademyanchuk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's mainly for interoperability. We’d like to ensure that the monai reader and writers with different backends (itk/pil/nibabel) use the same convention. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for the great library!
Why
PILReader
inget_data
method move axes like thisnp.moveaxis(np.asarray(i), 0, 1)
It actually rotates the original image 90 degrees. Did I miss something?
Thanks,
Alexey
Beta Was this translation helpful? Give feedback.
All reactions