图片浏览系统的设计与实现_毕业设计论文

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

武汉理工大学

毕业设计(论文)

图片浏览系统的设计与实现

摘要

八十年代中期,随着硬件设备的发展,使得图像技术和多媒体技术得到了长足的发展,计算机处理的内容由当初的单一文字扩大到了动画、文字、声音、视频、图像等多种媒体形式。目前,伴随着网络技术和Internet的发展,图像技术的功能得到了更好的发挥。本文详细描述了图像和图形技术的产生,发展以及在现实生活中的实际应用;分析了表示媒体、显示媒体、存储媒体和传输媒体间互相如何协同工作的运做过程;阐述了有关图像技术的关键点,开发技术和应用前景。本文以自主开发的图像系统为基点,论述了软件开发的过程,模式和技术点。对于图像技术的编码格式,格式转换,数据压缩和流媒体技术结合等应用进行的详细论述。软件系统采用了大量的设计模式和软件工程方法,解决了内聚与耦合的问题,实现了软件的易扩展与易维护,文中也对设计模式做了详细的叙述,并且对现今流行的图片格式和这些格式的开发进行了介绍。同时,本文围绕着图像浏览系统的剖析进行展开,列出了一些如BMP转AVI等关键技术的代码,以及一些框架的设计,以十六个本系统主要功能为框架,对每个功能以及相关技术的历史,发展和开发做了论述。对一些相关的技术和技术点也做了解释和说明。解决的图像浏览技术方面一些问题。

关键词:图像编码图像浏览图像压缩设计模式框架设计

Abstract

In the middle of the 1980’s, with the development of the hardware and computer device, graphic technology and multimedia technology are developing more and more quickly. The contents which computers are able to process extend from the single style of characters to the motivation, sound, video and graphics. Nowadays, with the aid of the Internet, graphic technology and image manipulation are easily bringing into play in our daily life. This paper detailedly describes the generation and the development of the image technology and graphics technology; analyses the relations of the perception medium, representation medium, presentation medium, storage medium and the transmission medium; discourses upon the key point, developing technology and the application prospect. This paper is based on the graphic system, which is developed by the author. It not only dissertates the common procedure, patterns and technical points in developing of the software. But also it discussed the coding, format exchange and data compressing in the graphics. This graphic system exercises lots of design patterns and software engineering methods and solves the problems of cohesion and coupling. It achieves the extendibility and usability of software. All above especially the design pattern are depicted in the paper. Meanwhile the paper introduces the popular formats of pictures and with the analysis of this graphic browsing system; we discuss the framework of this system and some key codes such as BMP converting to A VI. There are 16 main parts in the paper. In each part, we discourse and explain on the history, development and exploitation of the related technology. Key words:i mage coding image browsing image compressing design pattern framework design

目录

摘要................................................................................................................................................ I Abstract ......................................................................................................................................... I II 目录............................................................................................................................................. I V 引言.. (1)

第1章图像技术概述 (3)

1.1 图像技术的发展 (3)

1.2 图像技术的基本概念 (3)

1.2.1 图片格式 (3)

1.2.2 图片分辨率 (5)

1.2.3 RGB与CMYK (6)

1.2.4 色彩位数 (7)

1.2.5 Pixel与DPI (7)

1.2.6 FM网屏技术 (8)

1.3 图像技术的应用 (9)

第2章开发工具与系统界面设计 (11)

2.1 开发工具的选择 (11)

第3章图像的编码与解码 (13)

3.1 经典图像编码技术 (13)

3.2 第二代编码技术 (14)

3.3 编码技术的标准化 (15)

3.4 编码技术的发展方向 (17)

3.5 解码技术及本系统实例 (18)

3.5.1 关于MPEG的解码的介绍 (18)

第4章屏幕截取及部分屏幕截取 (25)

4.1 整个屏幕截取及实现 (25)

4.2 部分屏幕截取及实现 (26)

第5章图像压缩 (30)

5.1 有损压缩与无损压缩 (30)

5.2 压缩编码压缩概述 (31)

相关文档
最新文档