Skip to content

orting/emphysema-estimation

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published