




免费预览已结束,剩余1页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
构件论文:医学影像后处理嵌入机制的设计与实现【中文摘要】使用计算机对医学影像进行处理与分析,从而辅助医生进行更准确的诊断,这一技术越来越受到人们的重视,涌现出大量的医学影像处理系统,其规模和复杂度不断增加,使得传统的软件开发模式面临巨大挑战。为了最大限度地提高医学影像处理系统软件的复用性和开发效率,基于构件的软件开发也就成了现在必然的选择。本文所阐述的模块嵌入机制正是利用软件构件技术的研究成果,在传统软件开发方法基础上,借鉴软件复用的思想而获得性能可靠的构件化医学影像后处理模块,形成可复用的应用模块框架。从而提高软件开发的速度和效率,同时也提高软件系统的灵活性和可重构性。首先,本文对构件的概念、构件的分类以及几种主流的构件实现模型进行了论述,同时也对基于构件的软件开发及软件体系结构进行了详细的阐述。接下来,本文对超影工作站进行详细的介绍,包括超影工作站的组成结构、功能介绍以及各功能模块的详细设计。超影工作站是用于浏览医学影像、并对影像进行后处理的软件产品。它可以从多种数据源接收数字图像和数据;它可以存储、传输、处理、显示工作站本地磁盘中的图像,以及局域网中分布方式存储的图像;它还提供了多平面重建(MPR)浏览、3D浏览。另外,使用超影工作站,用户还可以进行胶片打印和编辑报告。通过安装不同的软件包,可以扩展工作站处理的图像、或疾病种类。最后,本文详细论述了模块嵌入机制在超影工作站中的应用,包括平台模块与功能模块的嵌入。平台模块就是通常意义上针对各个不同器官的辅助诊疗平台软件,本文以泌尿平台的嵌入为例,详细的介绍了平台嵌入的数据存储、视图管理、接口机制、逻辑结构、流程控制以及实现的编码工作。功能模块就是实现具体功能的构件,本文介绍了3种具体功能的嵌入实例,分别是“大数据处理模块”,“自适应分辨率模块”,“数据漫游模块”。这两种模块的设计与实现是构件思想的体现,也是构件化软件设计在医学影像领域的实践。而这种模式也必然会成为医学影像软件设计领域的未来的趋势。【英文摘要】The use of computer to medical image processing and analysis, thus supporting physicians accurate diagnosis, is attracting much attention. Now a large number of medical image processing systems have emerged, with increasing size and complexity, which cause the traditional software development model facing enormous challenge. In order to maximize the reusability and development efficiency of this software, Nowadays, Component-Based Software Development (CBSD) becomes consequent choice.Module embedded mechanism described in this paper is the use of software component technology. Based on the traditional software development methods, the mechanism get reliable component of medical image post-processing modules in the reference of software reuse ideas, furthermore, obtain reusable application module frame so that we can improve the speed and efficiency of software development, as well as improving flexibility and reconfigurability of software systems.Firstly, the paper discussed the concept of the component, the classification of component and several major component implementation models, but also described the component-based software development and software architecture in detail.Secondly, the paper introduced Beyond-Image Workstation which is a platform for medical image processing in detail, including the Beyond-Image workstations composition, function description, and the detailed design of each functional module. Beyond-Image Workstation is used to view medical images, and image post-processing software products. It receive digital images and data from a variety of data sources; it can store, transfer, processing and display workstation local disk image, and the distribution of local area network stored in the image; It also provides multi-planar reconstruction (MPR) view,3D view. In addition, users can print to film and edit the report. By installing packages, we can expand the workstations application.Finally, the paper discussed the module embedded mechanism in the Beyond-Image workstation application in detail, including the Platform Module embedded and Functional Modules embedded. Platform Module is in the usual sense of the computer-assisted diagnosis software, the paper gave an UroCARE example for detailed introducing data storage, view management, interface mechanisms, logical structure, process control and the realization of the coding work of the platform embedding. Functional modules is to achieve specific functional components, the paper described three kinds of specific features of the embedded instance, were “large data processing module”, “adaptive resolution module”, “data roaming module”. The design and implementation of the two modules is reflection of component idea, but also the practice of component-based software design in the field of medical imaging. And this model will surely become the field of medical imaging software design trends in the future.【关键词】构件 软件复用 模块嵌入 医学影像处理 超影工作站【英文关键词】component software reuse module embedded medical image processing Beyond-Image workstation【备注】索购全文在线加好友:1.3.9.9.3.8848 同时提供论文写作一对一指导和论文发表委托服务【目录】医学影像后处理嵌入机制的设计与实现摘要5-6Abstract6-7第1章 绪论10-141.1 本文研究的背景10-111.2 本文研究的目的与意义11-121.3 本文的主要研究内容12-14第2章 嵌入相关理论14-322.1 软件构件技术14-212.1.1 构件的概念142.1.2 构件的分类14-162.1.3 主流构件技术和模型16-212.2 基于构件的软件开发21-262.2.1 基于构件的软件开发概述21-232.2.2 构件化软件开发方法与传统方法比较23-242.2.3 构件化软件设计24-252.2.4 基于构件的开发方法的生命周期25-262.3 软件体系结构26-302.3.1 软件体系结构的概念模型27-282.3.2 软件体系结构的风格及构建集成框架282.3.3 基于体系结构的软件开发28-302.4 基于构件的软件体系结构的关键要素30-312.5 本章小结31-32第3章 超影工作站设计详解32-503.1 超影工作站32-343.1.1 超影工作站功能简介323.1.2 超影工作站组成32-333.1.3 超影工作站数据流程33-343.2 超影工作站基础平台详述34-473.2.1 基础平台结构343.2.2 基础平台模块划分及功能说明34-363.2.3 基础平台部分子模块详细设计36-473.3 本章小结47-50第4章 超影工作站模块嵌入的设计与实现50-684.1 平台模块嵌入的设计与实现50-574.1.1 平台模块嵌入的数据存储与视图管理504.1.2 平台模块嵌入接口机制50-514.1.3
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 二氧化矽的作用与用途
- intp型人格的特点
- 塑料桶销售合同中的知识产权保护条款解析
- 旅游景区租赁意向金及文化旅游产品开发协议
- 知识产权共有与知识产权金融服务合作协议范本
- 2025年储能电池在电网储能电站的储能设备寿命评估报告
- 教育培训机构生产经营信息保密与知识产权保护协议
- 居住小区租赁合同补充协议:租金上涨及补贴措施
- 2025融资居间合同范本
- 河道整治工程坟墓迁移与生态补偿协议
- 员工工资条模板
- 新教科版科学六年级上册知识点
- 众辰变频器z2400t-15gy-1说明书
- ov属性分析技术在地震数据采集中的应用
- 新疆地方史课件
- 一粒种子旅行
- GB 4287-1992纺织染整工业水污染物排放标准
- 10室外配电线路工程定额套用及项目设置
- 桂阳县中小幼教师资格定期注册工作指南专家讲座
- 广联达算量模型与revit土建三维设计建模交互
- 急救中心急救站点建设标准
评论
0/150
提交评论