Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 455 Bytes

emphysema-estimation

Tools for analysing the extent of emphysema in CT scans of the lungs.

Build instructions

Clone the repository. First build the external dependencies.

  cd External
  make all

This will launch ccmake in a build directory for ITK. Configure, generate, make and wait.

Now build the project

mkdir ../Build
cd ../Build
ccmake -DCMAKE_CXX_FLAGS=-std=c++11 ../

Configure, generate, make and wait a little bit.