使用MATLAB中的DICOM RT结构
我正在提取特定的结构,以从2D角度创建一个边界框,并且需要返回包含此结构的最小框。
info = dicominfo("C:\Temp\....\RtTest2\rtstruct2.dcm",UseVRHeuristic=false);
rtContours = dicomContours(info);
rtContours.ROIs
figure(1)
plotContour(rtContours,58); %I'm electing contour 58 for processing
view([180 0])
MATLAB中有哪些可用功能使我可以在.dcm文件上执行此类任务?我需要保留图像提供的规模,以告知工作流程中的进一步步骤。
I'm extracting a particular structure to create a bounding box from a 2D perspective and need to return the minimum box that contains this structure.
info = dicominfo("C:\Temp\....\RtTest2\rtstruct2.dcm",UseVRHeuristic=false);
rtContours = dicomContours(info);
rtContours.ROIs
figure(1)
plotContour(rtContours,58); %I'm electing contour 58 for processing
view([180 0])
What available functions in MATLAB allow me to perform such a task on a .dcm file? I need to retain the scale provided by the image to inform on further steps in my workflow.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论