使用MATLAB中的DICOM RT结构

发布于 2025-02-06 00:42:17 字数 443 浏览 3 评论 0原文

我正在提取特定的结构,以从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.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文