Borrar filtros
Borrar filtros

MRI segmentation for different platforms

3 visualizaciones (últimos 30 días)
Miroslava Cuperlovic-Culf
Miroslava Cuperlovic-Culf el 27 de Feb. de 2023
Respondida: Sivapriya Srinivasan el 22 de Jun. de 2023
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.

Respuestas (1)

Sivapriya Srinivasan
Sivapriya Srinivasan el 22 de Jun. de 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.
Hope this helps!

Categorías

Más información sobre MRI en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by