how to read *.mnc image using openimage(filename) function?

조회 수: 8 (최근 30일)
Deepak
Deepak 2013년 6월 9일
Hi der! i'm getting the following errorwhile opening a .mnc file :
h=openimage('200300095_fdgheart.mnc'); ??? Error using ==> miinquire at 142 Error getting image dimensions from file C:\Users\user\Documents\MATLAB/200300095_fdgheart.mnc
Error in ==> openimage at 173 DimSizes = miinquire (filename, 'imagesize');
Please help!! I've already seen all the related posts! googled for days, used mia, some of minc converter softwares,etc. None of them help. Although mia utility does help in displaying images but considering the huge dataset i have it is not possible for me to convert thousands of images to jpg one by one.
So, if some1 can suggest some other way to batch extract all images from .mnc file and save as .jpg files, it wud b really helpful!!
  댓글 수: 1
Walter Roberson
Walter Roberson 2013년 6월 9일
openimage() is not part of MATLAB. Are you using BIC-MNI such as at https://github.com/BIC-MNI/emma/blob/master/matlab/general/openimage.m ?
Have you installed the mincinfo program somewhere on the execution path ?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Neuroimaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by