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

7 views (last 30 days)
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 Comment
Walter Roberson
Walter Roberson on 9 Jun 2013
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 ?

Sign in to comment.

Answers (0)

Categories

Find more on Neuroimaging in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!