pulmonarytoolkit
pulmonarytoolkit copied to clipboard
Lung medical image analysis and visualisation software for Matlab.
Hello!! I can't load nii files here. For lobe Segmentation!! How to do that??
Hi, I was trying to change the name of the output .csv to the accession number of the dicom image?
I used PTK to load up a scan recently. Its compressed Dicom images of ARDS patient. It loads fine on ITK-snap and 3D slicer. But PTK zooms it when imported...
How could I change the coordinate system from PTK coordinates to DICOM coordinates (based on your tutorial 2? Could I change it from the GUI?
I am getting the following error while segmenting lung field or lobel using the toolkit The plugin PTKlobes failed with the following error: Subscript indices must either be real positive...
When using the capture tool to create a screenshot, the vertical capture is misaligned if using macOS full screen mode
The UI will round the window and level values entered in the text boxes to the nearest integer. For most Dicom images this is the preferred behaviour; however when dealing...
Save Data
Hi, When I try to use the function, PTKSaveAs, to save the data, it always shows that Undefined function or variable 'PTKSaveAs'. Even when I try to do doc PTKSaveAs,...
>> PTKAddPaths; >> ptk_main = PTKMain; Error: File: PTKMain.m Line: 62 Column: 5 Function definitions in a script must appear at the end of the file. Move all statements after...
when i write ' file_infos = PTKDicomUtilities.GetListOfDicomFiles(source_path);', it says 'Undefined variable "PTKDicomUtilities" or class PTKDicomUtilities.GetListOfDicomFiles". i defined file path in source_path. please help