You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the example files on a local dataset made of .mha files. I could convert them into Nifti files but SimpleITK is a nicely built library and is capable of handling different medical imaging formats.
Is there a plan to incorporate SimpleITK into this project?
The text was updated successfully, but these errors were encountered:
Perhaps consider ITK Python. It is a recent development that is directly derived from ITK. ITK Python provides direct support for numpy arrays, xarrays, and other data formats. It also exposes more of ITK and is more "pythonic" than SimpleITK. It also exposes recent developments in GDCM for DICOM I/O. See ITK Python Quick Start
I'm trying to run the example files on a local dataset made of
.mha
files. I could convert them into Nifti files but SimpleITK is a nicely built library and is capable of handling different medical imaging formats.Is there a plan to incorporate SimpleITK into this project?
The text was updated successfully, but these errors were encountered: