We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!!
I can't load nii files here. For lobe Segmentation!! How to do that??
The text was updated successfully, but these errors were encountered:
ptk_main = PTKMain();
source_path_raw = 'C:\PATH_raw.nii'; source_path_airwaylabel = 'C:\PATH_airway.nii';
V_raw = niftiread(source_path_raw); V_airwaylabel = niftiread(source_path_airwaylabel);
this works for me.
Sorry, something went wrong.
Did you set the path ? You can try to run at the same folder with .m file
Hi @anirban1513, are you trying to load images into the GUI? What happens if you Import Data and choose the directory containing your .nii file?
Import Data
.nii
No branches or pull requests
Hello!!
I can't load nii files here. For lobe Segmentation!! How to do that??
The text was updated successfully, but these errors were encountered: