python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Getting "Images Do Not Occupy Same Physical Space" Error When Trying to Multiply two .nii Files in Convert3d/ITK
I have to mask a .nii MRI image for an internship I'm doing. The method I'm using involves multiplying the proton density weighted version of the image (captured during the inversion pulse) by the ori...
JG98
Votes: 0
Answers: 2
How to convert .mat Matlab file to nii.gz Nifti file?
I have a .mat file, the size of which is 512x512x251. How can I convert .mat Matlab file to nii.gz Nifti file?
Given that I'm not available for Matlab program, I want to do it with python.
What I want...
Sando
Votes: 0
Answers: 0
Memmap AttributeError when trying to access nifti image header
After loading a NIFTI (.nii) image (using Nibabel) with the code scan = nibabel.load(filepath), it is useful to display the image header information via scan.header.
If you call scan.get_fdata() befor...
Fish_In_A_Suit
Votes: 0
Answers: 1
How can I obtain 2D slices from a 3D NIfti volume?
I'm currently using the following code to convert DCM slices into NIfti images:
import dicom2nifti
import os
dicom2nifti.convert_directory("input_path", "output_path", compression...
Mauricésar Barbosa
Votes: 0
Answers: 1