tomdoel / pulmonarytoolkit

Lung medical image analysis and visualisation software for Matlab.
GNU General Public License v3.0
84 stars 57 forks source link

How to export Parameter LungAnalysis in Matlab's Workspace? #48

Open Amirzamanpour opened 3 years ago

Amirzamanpour commented 3 years ago

Hello Mr. Tom Doel I am Amir Zamanpour, I am medical imaging student at Mashhad university of medical science. first of all, thanks for your useful app(Pulmonary Toolkit), I want to use it for processing lung CT images, I succeed to use GUI pulmonary toolkit in MATLAB and save CSV file by Lung Analysis, but I need to use script code about that, I read "PTK - Tutorial 3" pdf file and write and run script file for load and auto segment lung right now but I need to extract lung promoters(like CSV file) in workspaces in MATLAB but I do not know which function to use? (can you help me about that).

Amirzamanpour commented 3 years ago

I find it, thanks

Lung = dataset.GetResult('PTKSaveLungAnalysisResults');

tomdoel commented 3 years ago

Great, glad you have found the solutioon