Software for quantitative lung image analysis
- MatlabTM 7.9.0.529 (R2009b)
- Image Processing Toolbox
- Signal Processing Toolbox
Download the program clicking in the "Download Zip" button. Unzip the folder and then execute the following steps in MatlabTM Command Window:
>> cd /path/to/program/code/
>> lunge
Download or fork the current repository, use your favourite text editor and apply the following code convetion:
- camelCase
- space between operators
- comments when necessary
- docstring in all created funtion
%Estimates lung total volume.
volumeLunge = numberOfVoxels * voxelVolume;