how to read *.mnc image using openimage(filename) function?
8 次查看(过去 30 天)
显示 更早的评论
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
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 Center 和 File Exchange 中查找有关 Neuroimaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!