- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
该设计资料为经过指导导师审核并通过答辩,确保了内容准确、结构清晰。
摘 要
在过去的十年里,需要存储、传输和处理的信息数量成指数级数地增加。这主要归因于两项技术的发展。一是多媒体系统在众多领域的应用,过去的计算机只能处理数字和文本信息现在却已代之以声音、图片、影像;另一项是INTERNET的大发展,它使信息能被许多人共享。正是由于这些原因,计算机医疗、远程医疗服务因为其的快速、便捷,正被越来越多的医疗机构所采用。这也就要求我们采用更先进的图像处理技术和更适合网络传输的图像格式。
本文介绍的是一个基于VC++6.0环境的血液细胞图片处理系统。该系统可以处理由高倍放大镜采集到的血液切片照片,并将照片根据需要转换成更适合网络传输的图片格式。该系统可以方便地应用于临床医学诊断和网络远程医学诊断上。文中主要讲述了数字细胞图片处理(平滑、图像二值化、色彩空间转换、空洞填充、腐蚀去噪)、识别(梯度修正、细化、中心点标注法)、统计与JPEG(DCT变换、量化、Huffman编码)及JPEG2000压缩编码(小波变换、EZW编码)。
在设计中我们分成了以下三个模块来实现系统的功能:
(1)血液细胞图像处理、分析、识别、统计。
(2)JPEG图像压缩编码。
(3)基于小波变换的JPEG2000图像压缩编码。
在文中,我们首先给出了图像处理、图像识别、EZW编码、Huffman编码、DCT变换的有关算法;然后给出了细胞统计识别、JPEG压缩编码、JPEG2000压缩编码的系统模型,最后介绍了系统的设计方案、实现过程及在VC++6.0环境下实现的细节。
关键词VC++;数字图像处理;压缩编码;JPEG;JPEG2000
ABSTRACT
In the past ten years,the information needs to be stored,transmited and processed had increased rapidly.We can attribute this fact to two technology:One is the using of mulitimedia in many fileds.Before this the computer can only process numbers and words,however,now it can process images,sound and movies instead;Another is the great development of internet which makes the information can be shared by others.Because its convenient and high-speed,medical computer and disease diagnoses online service for long-distance is used by more and more hospitals. This means we need advance image processing solutions and better image form suits for internet transmission.
In this paper,we will introduce a blood cell image processing system based on VC++6.0.The system can process cell images which collected by magnifying glass connected to the computer,and the system will transform the images into small ones which suit for internet transmission according to the requests.The system is convent to the diagnosesing of disease and long-distance medcial online service.
The paper focuses on the digital image processing(smooth, binary image,rgb to hsi,fill holes, erosion),recognition(gradient,revise,thin,center point marking),statistic and the compression encoding of jpeg (DCT,Huffman encoding) and jpeg2000(wavelet,E
文档评论(0)