how to read image with .mnc extension in matlab?

조회 수: 3 (최근 30일)
Pratik Oak
Pratik Oak 2012년 8월 9일
댓글: DGM 2023년 6월 28일
i want to read .mnc file image in matlab.
how to do it?
or how to convert it into jpeg?
(brain mri)

채택된 답변

Walter Roberson
Walter Roberson 2012년 8월 9일
Please indicate which program created the files. The two descriptions of .mnc files I find do not include any image format.
  댓글 수: 10
nitish kumar
nitish kumar 2023년 6월 28일
이동: DGM 2023년 6월 28일
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 2023년 6월 28일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by