How to read .segdicom files in Matlab?
4 ビュー (過去 30 日間)
古いコメントを表示
Currently, i am working on heart segmentation using Medviso, medviso saves segmentation results as .segdicom format, now i want to read the resultant files in matlab without using medviso functions, is there any way to do?
0 件のコメント
回答 (1 件)
Steven Lord
2015 年 8 月 13 日
From the extension I assume these are some type or variant of DICOM file. If so, have you tried using the DICOM related functions in Image Processing Toolbox? They may not work if the files are similar to, but just different enough from, regular DICOM files but it would be the first thing I'd try.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!