how to read an image with .raw format with .mhd header file.
3 ビュー (過去 30 日間)
古いコメントを表示
ssir, I have downloaed a dataset of xrays from a public database.For each image it was downloaded as twofiles,one with .raw format and another .mhd format.how could I read and view in matlab.
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 7 月 26 日
If you can't find a reader for it, then you'll have to write your own. There is no global raw format - anybody could make up whatever they want and call it raw. So you'll need to find out exactly what bytes were written and in what order.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!