@author Sakin Kirti CWRU Dept of CDS 2023
repository storing code and data for deep learning on 3D prostate cancer MRI
Contains...
- elastix program for registration of ADC images onto T2W images (elastix folder)
- matlab script to loop through images and perform registration (elastixRegistration.m)
- file that tells elastix how to perform the registration (rigid.txt)
- short script to view a specified image output (viewSlice.m)
Contains all scripts for the associated project. Note that there are many other scripts in this folder. many different scripts are used for this project. Each of their uses is prefixed by a semi-useful title...
clean
is used to prep the data, from individual dicom slices to nifti files as well as cleaning those nifti filespreprocess
is used to create any overlays and preprocessing that may be needed. Note that registration and standardization are also preprocessing steps, but are written in matlabmetadata
area used to organize the metadata of the nifti filesorganize
are scripts meant to organize files and the file structureSK00
-SK05
are scripts used for creating HDF5 files and training and testing the SqueezeNet architecture