powered by
Convert image data to matrix of intensities
img_data_to_mat(img_data)
Image data returned by e.g. read_dicom or read_nifti1
read_dicom
read_nifti1
Multidimensional array of intensities where third dimension is slice
# NOT RUN { data(sample_dicom_img) img_data_to_mat(sample_dicom_img) # }
Run the code above in your browser using DataLab