Android 将 2D 图像转换为 3D

发布于 2024-12-17 06:12:17 字数 98 浏览 2 评论 0原文

我有几十个 DICOM 图像,我必须在 Android 设备中将其转换为 3D 图像,关于如何做到这一点的任何建议,因为我以前从未处理过这样的图像,我不知道...... ......

I got dozens of DICOM images, and I have to convert it into a 3D image in an Android device, any advice about how to do it, as I never handle any imaging like this before, I have no idea............

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

倾城花音 2024-12-24 06:12:17

您正在寻找的搜索词是“体积渲染”。这是一个深刻、复杂的话题。如果您正在寻找开始学习的地方,我建议您阅读“医学成像手册:处理和分析”的相关部分,Isaac Bankman(编辑),ISBN# 0-12-077790-8。

The search term you are looking for is "Volume Rendering". This is a deep, complicated topic. If you're looking for a place to get started learning, I'd recommend reading the relevant sections of "Handbook of Medical Imaging: Processing and Analysis", Isaac Bankman (ed.), ISBN# 0-12-077790-8.

戏剧牡丹亭 2024-12-24 06:12:17

DICOM 图像的体绘制对计算的要求非常高,而且 DICOM 是一个复杂的协议。部分由于这些原因,移动设备上只有少数 DICOM 查看器实现,而台式机/笔记本电脑上有数百个。其中大多数是 2D 查看器,在临床应用中更常用。据我所知,没有适用于移动设备的开源 DICOM 工具包(有很多适用于 Unix/Mac/Windows 的工具包)。

有关良好实现的示例,请查看 Osirix 的 iPad/iPhone 版本。更多资源请访问我的网站 I Do Imaging

Volume rendering of DICOM images is computationally very demanding, and DICOM is a complex protocol. Partly for these reasons, only a few implementations of DICOM viewers exist on mobile devices, versus hundreds on desktop/laptops. And most of these are 2D viewers which are more commonly used in clinical applications. There is no open source DICOM toolkit I know of for mobile devices (there are plenty for Unix/Mac/Windows).

For an example of a good implementation, look at the iPad/iPhone versions of Osirix. Further resources available on my website I Do Imaging

梦忆晨望 2024-12-24 06:12:17

您最好的选择可能是参与 Xbox360 Kinect 黑客/研究并使用 Kinect 的 3D 映射功能将 2D 图像转换为 3D 场景。 Kinect 可能是目前世界上最强大的 2D 到 3D 地图系统 - 您不可能找到更多其他系统。

Your best bet is probably to get involved with Xbox360 Kinect hacking/research and use the Kinect's 3D mapping functionality to convert your 2D images to a 3D scene. Kinect is probably the most robust 2D to 3D mapping system in the world right now - you're not likely to find much else.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文