how to read image with .mnc extension in matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Pratik Oak
el 9 de Ag. de 2012
Comentada: DGM
el 28 de Jun. de 2023
i want to read .mnc file image in matlab.
how to do it?
or how to convert it into jpeg?
(brain mri)
0 comentarios
Respuesta aceptada
Walter Roberson
el 9 de Ag. de 2012
Please indicate which program created the files. The two descriptions of .mnc files I find do not include any image format.
10 comentarios
nitish kumar
el 28 de Jun. de 2023
Movida: DGM
el 28 de Jun. de 2023
i want to read .mnc file image in matlab.
how to do it?
or how to convert it into jpeg?
i dont have EMMA
DGM
el 28 de Jun. de 2023
Depending on what's in your file, you may have to rescale or cast the data for it to be properly handled as image data.
Similarly, if your data is a volumetric image, it's up to you to figure out how you want to slice it into a series of flat images.
In any case, saving any technical images to JPG is a waste of good data. Unless you're doing it for unavoidable compatibility reasons, or unless you don't care about ruining images, avoid using JPG.
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!