Matlab code for: 1. reconstructing CT image by applying back projection, filtered back projection and convolution back projection; 2. maximum intensity projection.
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!
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!