MRI segmentation for different platforms
1 view (last 30 days)
Show older comments
I am saving nifti file from DICOM using for example niftiwrite for MRIs. MRI images come from GE, Philips and Siemens platforms. Resulting nii files from Philips and Siemens instruments seem to be altered from the DICOM image. Is there anything specific that should be done for MRI from these instruments.
0 Comments
Answers (1)
Sivapriya Srinivasan
on 22 Jun 2023
Hello,
The NIfTI file format is a popular format for storing neuroimaging data, such as MRI, fMRI, and PET scans, in a way that is easy to share and analyze using various neuroimaging software tools.
DICOM stands for “Digital Imaging and Communications in Medicine”. It is a standard for handling, storing, and transmitting medical images, as well as associated metadata, such as patient information and imaging parameters.
Yes, it is possible for differences to occur when converting DICOM images from different MRI vendors into NIfTI format using “niftiwrite”. This is because different vendors often have different DICOM implementation standards and image formats.
To ensure accuracy and consistency in the conversion process, you can try the following steps:
1.Check the DICOM tags: Before converting your DICOM images to NIfTI format, confirm that the DICOM tags (especially the image orientation and pixel spacing) are correct and consistent across all images.
2.Use a DICOM to NIfTI conversion software: Another approach is to use a DICOM to NIfTI conversion software that is designed to handle different DICOM implementations and image formats
3.Adjust the image orientation: In some cases, you may need to adjust the image orientation manually before converting to NIfTI format using niftiwrite. You can use the flip, fliplr, or flipud functions to flip images along different axes.
You can also refer to this for further assistance: Tools for NIfTI and ANALYZE image - File Exchange - MATLAB Central (mathworks.com)
Hope this helps!
0 Comments
See Also
Categories
Find more on MRI in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!