how to read *.mnc image using openimage(filename) function?
10 ビュー (過去 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!