- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
三维可视化技术在医学领域中的应用
摘 要:在医学软件的开发过程中,实现三维重建技术的优劣是系统设计的难点和重点。在探讨面绘制与体绘制技术的基础上,使用OpenGL及VTK工具包完成可视化具体操作,并对其结果进行简要分析。利用患者髋关节CT数据,实施了基于OpenGL的Marching Cube算法、三维纹理映射算法,以及基于VTK的Marching Cube、Ray Casting算法,并对实现过程及实现效果进行了对比分析。基于OpenGL与基于VTK的面绘制技术及体绘制技术均能较好呈现患者髋关节的三维解剖结构信息。其中,面绘制可有效地绘制出三维体的表面,但缺乏内部信息的表达;体绘制真实感较好,但渲染速度较慢,不适合用于实时系统的表达。VTK可视化方法实现简单,适用于快速显示数据空间信息,但其三维交互功能不足;OpenGL属于底层API,可灵活完成各项交互操作及渲染任务,但其编码较为复杂。
关键词:面绘制;体绘制;VTK;OpenGL;DICOM
中图分类号:TP319文献标识码:B
文章编号:1004-373X(2009)10-091-03
Application of Three-dimensional Visualization Technology in Medicine
WANG Shuyi,CHEN Hanyong,LI Gang,LIAO Qimei,LU Hongbing
(Fourth Military Medical University,Xi′an,710032,China)
Abstract:AIM three-dimensional reconstruction is the difficulties and focus in development of the medical application software.In this paper,OpenGL and Visualization Tool Kit are used to achieve the specific visualization based on the technology of surface rendering and volume rendering.To contrast the result,some CT data of developmental dysplasia of the Hip patients are reconstructed by using Marching Cube algorithm based on OpenGL and Marching Cube,Ray Casting algorithm which are based on VTK.Marching cube algorithm and Ray casting algorithm based on OpenGL and VTK can both better display the three-dimensional anatomical structure information of patient.Surface can provide effectively render surface of a three-dimensional,but the lack expression of internal information.Instead,volume rendering can greatly improve quality of image,but does not apply to the expression of real-time system.VTK visualization methods can implement simply and rapid display 3D data,it is lack of three-dimensional interactive features.Contrarily,OpenGL which is the underlying API can accomplish flexible interaction,but its code is more complex.
Keywords:surface rendering;volume rendering;VTK;OpenGL;DICOM
0 引言
近年来,随着计算机断层(CT)、磁共振(MRI)、B超等设备的研制成功,使得传统的医学诊断方式发生了革命性变化。使用计算机对医学影像设备采集到的数据进行处理(医学影像处理与分析)
文档评论(0)