https://github.com/tdewolff/lung_quadtree
https://github.com/tdewolff/lung_quadtree
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdewolff/lung_quadtree
- Owner: tdewolff
- Created: 2019-01-15T01:01:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T20:56:23.000Z (over 6 years ago)
- Last Synced: 2025-01-29T06:51:36.491Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.