Skip to content

rhenanbartels/lunge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

lunge

Gitter

Software for quantitative lung image analysis

Requirements

  • MatlabTM 7.9.0.529 (R2009b)
  • Image Processing Toolbox
  • Signal Processing Toolbox

Usage

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

How to contribute

Download or fork the current repository, use your favourite text editor and apply the following code convetion:

Code convetions

  • camelCase
  • space between operators
  • comments when necessary
  • docstring in all created funtion
%Estimates lung total volume.
volumeLunge = numberOfVoxels * voxelVolume;

About

Software for quantitative lung image analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages