Skip to content
WALIII edited this page May 11, 2021 · 3 revisions

Welcome to the LungDamage wiki!

If you are new to Matlab please follow these instructions:

-At the top of this repository you will see link called “tag." Click here to download the most recent stable release and download the source code zip file. Put an individual image file (.jpg) to be clustered into the same folder as the matlab files (these are labeled filename.m)

-Open DL_demo.m in Matlab

-Click the green “run” button

Note: you may need to download extra packages to run this software, but the program will prompt you to do this. To compare multiple images, we recommend clustering these together.

-To cluster multiple images (.jpg) together, place them into the same folder as the matlab files

-Open DL_demo.ref.m in Matlab

-Click the small arrow beneath the green “run” button and where it says “type code to run” type the name of one of the files in the group that you wish to cluster together so that it reads as follows: DL_demo_ref(‘nameofreferencefile.jpg’)

-Hit enter to run

Note: we recommend downsizing images before running to reduce clustering run time. Images greater than 3000 pixels in any direction will be downsized automatically in DL_ImageSegment.m.

Clone this wiki locally