how to read information from RTPlan image dicom matlab
9 次查看(过去 30 天)
显示 更早的评论
Hi, I want extarct information from image RTplan dicom like position of jaw , DSD : distance source detector. I have program that work well for RT image not for RTPlan. Any help will be very appreciate
0 个评论
回答(1 个)
Claude Dubois
2016-6-29
Hi.
Have you tried dicominfo ? The script reads RP****.dcm files (RTplan) and creates a structure containing all info you're looking for.
info=dicominfo(RP filename).
CD
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!