-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting references and further reads for better understanding of the NIfTI and DICOM functionality. #3
Comments
The ITK implementation of loading nifti files, (consists up of stuff for loading and saving header and pixeldata from .nii) |
Sample Reference Medical Imaging dataset links : More comprehensive ones 👍🏻 |
For Generative Adversarial Networks (GAN's) resources for medical imaging |
Currently making a reference "memo or mem" for loading nifti file data, u can find that here : |
Amazing data science in julia chapter based book under geospatial stuff, also include pixel array transforms information around orientation and spacing. |
Gist of dicom data in python
https://towardsdatascience.com/dealing-with-dicom-using-imageio-python-package-117f1212ab82
Gist of NIfTI data in julia and python
https://brainder.org/2012/09/23/the-nifti-file-format/
https://peerherholz.github.io/workshop_weizmann/data/image_manipulation_nibabel.html#
^ above are some good starting points for newbies, who might want to consider reading more about the ecosystem and capabilities.
Feel free to include them in references as the documentation for the project grows!
The text was updated successfully, but these errors were encountered: