1 / 55
文档名称:

医学ct切片图像三维重建技术研究与实现.pdf

格式:pdf   页数:55
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

医学ct切片图像三维重建技术研究与实现.pdf

上传人:2028423509 2014/8/4 文件大小:0 KB

下载得到文件列表

医学ct切片图像三维重建技术研究与实现.pdf

文档介绍

文档介绍:河北工业大学
硕士学位论文
医学CT切片图像三维重建技术的研究与实现
姓名:苏萌
申请学位级别:硕士
专业:模式识别与智能系统
指导教师:于明
20071101
河北工业大学硕士学位论文

医学 CT 切片图像三维重建技术的研究与实现

摘要

puter Tomography,简称CT)广泛应用于医学、工业等领
域,如何由测得的二维CT切片图像快速准确地恢复被测物体的三维立体信息,成为了人们
关注的焦点,从而促成了科学计算可视化(Visualization in puting,简称可视
化)技术的快速发展。
本文以医学CT切片图像的三维重建技术为研究内容,完成了从CT图像采集到三维立
体显示的一整套重建流程,主要包含以下几方面步骤:医学CT切片图像采集,窗宽窗位调
整、图像预处理、三维重建。其中预处理技术包括:图像平滑、图像增强、图像插值、图
像分割等。
分别在PC机和SGI图形工作站上实现了CT切片样本的三维重建,详细阐述了如何利用
MATLAB软件和AMIRA软件进行重建的具体方法,并得到了表面皮肤及骨骼的立体显示。
实验结果表明:在PC机上使用MATLAB软件进行三维重建,可以得到预观测部位的三维立
体显示,是一种可行有效的三维重建方法;但在运行速度和显示效果上,PC机和MATLAB
软件都存在一定的局限性,而运用SGI图形工作站配合AMIRA软件进行三维重建,在这些
方面体现出了显著优势;尤其面对海量三维数据时,SGI图形工作站具有不可替代的强大
处理及显示功能。
本文实现的三维重建流程及实验成果已经成功应用于医院的临床病例诊断及辅助分
析中,得到了较好的评价。

关键词:CT图像,可视化,预处理,三维重建
i
医学 CT 切片图像三维重建技术的研究与实现

Research and Implementation on the 3D Reconstruction
Technology of Medical CT Images



ABSTRACT


The technology puter Tomography (CT) is widely used in the field of Medicine,
Industry etc. Then, how to get 3D information from 2D CT images es a hotspot that
people focus on. At the same time, it accelerates the developing speed of Visualization in
puting (ViSC).
The dissertation made a research on 3D reconstruction technology of medical CT images,
completed the whole course of reconstruction from collecting CT images to 3D visualization,
which includes the following steps: collecting medical CT images; adjusting the CT images’
window location (WL) and Window wide (WW); image preprocessing; 3D reconstruction. The
image preprocessing technology includes: image smoothing; image enhancement; image
inserting; image segmentation.
3D reconstruction of medical CT images was implemented on mon PC and SGI
workstation. A detailed introduction of the reconstruction method using MATLAB and AMIRA
software was stated, and the result of skin reconstruction and skeleton reconstruction were
given. Experiments show that: 3D reconstruction mon PC with MA