Conversion from SimpleITK image to torchio Image #612
Answered
by
mattwarkentin
mattwarkentin
asked this question in
Q&A
-
Hi, I know you can convert from a |
Beta Was this translation helpful? Give feedback.
Answered by
mattwarkentin
Jul 29, 2021
Replies: 2 comments 2 replies
-
It seems to me that since |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mattwarkentin
-
Great, thanks!
…On Tue, 3 Aug 2021, 14:43 Matthew T. Warkentin, ***@***.***> wrote:
I agree with the approach. Sure, I would be happy to contribute a PR to
this project.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#612 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAZVVDPWHHIUEMSONWSLT3T27W6XANCNFSM5BG7R72A>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems to me that since
torchio
supports reading in any image from disk that is supported by SimpleITK or nibabel, that it should also support creating atorchio
Image
using in-memory SimpleITK or nibabel images. What do you think?