An open API service indexing awesome lists of open source software.

https://github.com/tdewolff/lung_quadtree


https://github.com/tdewolff/lung_quadtree

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Lung QuadTree decomposition
Generate a QuadTree from a lung image and mask and calculate its 'QtD'. It uses the DICOM lung image and a JPG mask image as inputs.

## Install

pip install numpy scipy pydicom
git clone https://github.com/tdewolff/lung_quadtree
cd lung_quadtree
python QtD.py

## Usage
You can change parameters in the top section within `QtD.py`.