Lung cancer is the one with the highest mortality rate amongst the main cancer types. Thisproject aims at re-implementing the first step of an image processing pipeline for lung cancer identification.It employs Halide to improve the performance of the algorithm and reads DICOM images andscans.
In order to run the code, you must:
- Have Halide installed
- Have CMake installed
- Clone the repository:
git clone https://github.com/giuseppe-steduto/halide_lung_cancer_identification.git
- Enter the repository folder:
cd halide_lung_cancer_identification
- Edit the file
main.cpp
with your favourite text editor and change the PATH and PATH_OUTPUT constants - Build and run the program using CMake