how to read image with .mnc extension in matlab?

i want to read .mnc file image in matlab.
how to do it?
or how to convert it into jpeg?
(brain mri)

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 9 Aug. 2012

0 Stimmen

Please indicate which program created the files. The two descriptions of .mnc files I find do not include any image format.

10 Kommentare

Pratik Oak
Pratik Oak am 12 Sep. 2012
I have got that image of .mnc from McGILL simulator. It is of brain MRI image.
Image Analyst
Image Analyst am 16 Sep. 2012
Did you ask McGILL or whoever made the software that created the image? Will they give you the format so that you can write your own MATLAB reader for it? Or, if you're lucky, maybe they already have a MATLAB reader function.
Pratik Oak
Pratik Oak am 17 Feb. 2013
Thanks I have got solution. It is required to read entire data first & then saved to jpg.
Mahmoud
Mahmoud am 24 Apr. 2013
could u give me more details on how to read .mnc extension, I am new to this field and I want to read DTI files that I had in matlab.
Saeed
Saeed am 4 Dez. 2013
Hello guys, I have the same problem. Could u give me an explanation in details on how to read entire data?!!
Kamarujjaman
Kamarujjaman am 25 Jan. 2016
Dear Sir, Kindly inform me, how to read a .mnc or .rawb file in Matlab? thanks
nitish kumar
nitish kumar am 28 Jun. 2023
Verschoben: DGM am 28 Jun. 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
DGM am 28 Jun. 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by