quqixun / CTReconstruction

Matlab code for: 1. reconstructing CT image by applying back projection, filtered back projection and convolution back projection; 2. maximum intensity projection.
13 stars 1 forks source link

Run the program error #1

Closed addz6 closed 5 years ago

addz6 commented 7 years ago

Run the program error: Error using cd Cannot CD to spiral_CT_mandible (Name is nonexistent or not a directory).

Error in load_DICOM_volume (line 13) cd(directory);

Error in CT_MIP (line 19) V = load_DICOM_volume('spiral_CT_mandible', slice_to_load); Excuse me, can you share the data set, or how to generate data sets. Thank you very much!