How to read DICOM RT Structure?
显示 更早的评论
I have a DICOM RT STRUCTURE file (attached) with 1 structure set. I tried dicomread(filename) but it returned an empty array. Are there any scripts to read DICOM RT STRUCTURE file with Matlab?
采纳的回答
更多回答(2 个)
SimonD
2020-9-22
2 个投票
This is now solved with a new MATLAB function:
MARIA LIZONDO
2016-12-22
Hi all,
I have tried to use this code but I have problems to view the structure...
imshow(Str1)
Error using images.internal.imageDisplayValidateParams>validateCData (line 115)
Multi-plane image inputs must be RGB images of size MxNx3.
Error in images.internal.imageDisplayValidateParams (line 27)
common_args.CData = validateCData(common_args.CData,image_type);
Error in images.internal.imageDisplayParseInputs (line 78)
common_args = images.internal.imageDisplayValidateParams(common_args);
Error in imshow (line 222)
images.internal.imageDisplayParseInputs({'Parent','Border','Reduce'},preparsed_varargin{:});
Thanks in advance!
Maria
2 个评论
Mengxiao Wang
2018-5-25
Hi Maria, Can you solve the problem to view the structure? Thank you very much. Megan
Walter Roberson
2018-5-25
编辑:Walter Roberson
2018-5-25
What shows up for size(Str1) and class(Str1) ?
类别
在 帮助中心 和 File Exchange 中查找有关 DICOM Format 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!