Skip to content

Input images format to nyul-normalize #63

Answered by jcreinhold
juliadietlmeier asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @juliadietlmeier, the images should be in a common medical image format, e.g., NIfTI, DICOM, PAR/REC. For simplicity, I would choose NIfTI. To convert the images to NIfTI, you might want to use the .mat file to either extract the image volume and save the image as NIfTI with, e.g., nibabel. If the slices are saved in individual .mat files, then you'll want to extract all the images into memory, concatenate them into a volume, and then do the conversion as stated previously.

The documentation on nibabel will be a useful resource for this; there are MATLAB packages that do similar things, but I'm not familiar with them. Just search "medical image nifti [insert your preferred programming …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcreinhold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants