How to read .segdicom files in Matlab?
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Steven Lord
on 13 Aug 2015
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 Comments
See Also
Categories
Find more on DICOM Format 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!