1 / 25
文档名称:

[本科毕业设计] C和C++智能视频系统的集成及应用_精品.pdf

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

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

分享

预览

[本科毕业设计] C和C++智能视频系统的集成及应用_精品.pdf

上传人:2640102048 2012/6/26 文件大小:0 KB

下载得到文件列表

[本科毕业设计] C和C++智能视频系统的集成及应用_精品.pdf

文档介绍

文档介绍:本科毕业论文
(科研训练、毕业设计)

题目:C/C++智能视频系统的集成及应用-I


姓名:陈燕伟
学院:信息科学与计算机
系:电子工程
专业:电子信息工程
年级:2004
学号:04140007
指导教师(校内): 杨涛职称:教授
指导教师(校外): 职称:

年月日
厦门大学电子工程系学士学位论文

摘要


本文首先简要介绍了位图文件的基本结构,然后详细讨论如何在 Windows XP 系统下,
利用 Visual C++工具和其 MFC 架构设计一个基于 C/C++语言的基本图像处理的集成调试环
境。其中主要涉及到位图文件的读取、保存与显示、卷积和相关的滤波算法、边缘检测等,
并为 DSP 组提供了测试功能以检测图像优化算法的正确与否。最后介绍了利用共享内存的方
法实现两进程之间图像数据的发送和接受。

关键词:像素位图图像锐化灰度








































2
厦门大学电子工程系学士学位论文



Abstract


First, this paper gives us a brief introduction about the architecture of bitmap file,and then dicussesd
how to design a debugging environment of DSP based in C and C++ language under Windows XP
system, with the tool of Visual C++ of MFC architecture to handle. It mainly involved with reading and
saving a bitmap file, convolution and correlation arithmetic,edge detection and etc. What’s more, it
provided a test function for DSP team to check if their optimazition arithmetic is right or the end,it
adopted the method of sharing memory to implement the sending and receiving of image data between
two processes.

Keywords: Pixel Bitmap image sharpening gray scale





























3
厦门大学电子工程系学士学位论文



目录


摘要..........................................................................2
ABSTRACT...................................................................3
引言..........................................................................5
第一章 Windows 下图形的显示..................................................6
什么是数字图像............................................................6
位图文件的结构............................................................6
位图文件头..........................................................6
位图信息.......................................