摘要随着计算机、网络技术的发展,远程控制技术成为研究和开发的新方向,将该技术与图像处理相结合可实现远程图像处理。本文首先对远程图像处理系统的发展现状和所采用的主要技术进行了详细的分析,然后根据系统的需求确定了相应的系统结构。程序以Windows为开发平台,采用Visual C++编程工具,使用了Socket编程技术。软件能完成设计的远程操作功能,包括远程图像获取,远程图像处理参数设置和指令发送,远程处理平台回应信息的显示。经过测试,该软件能够正常运行,基本达到了预期的要求。67345
毕业论文关键词 图像处理 远程控制 面向对象 Socket编程
毕业设计说明书(论文)外文摘要
Title Development of remote control image processing program
Abstract
With the development of the computer and network technology, the remote control technology has become the new research and development direction. Combining this technology and the image processing theory can implement the remote image processing. This article has carried on the detailed analysis about remote image processing system development and using of the key technology. Then the system structure is given according to the system demand. The system is under the Windows platform, using Visual C++ as a programming tool and Socket programming techniques. The software can complete the design of the remote operating functions, including remote image acquisition, parameter setting and send commands to remote image processing, display response information from the remote processing platform .After testing, the software can run normally, basically reached the expected requirements.
Keywords Image Processing Remote Control Object-oriented Programming Socket Programming
目 次
1 绪论 1
1.1 课题背景 1
1.2 课题目的及意义 1
2 相关理论技术与工具 3
2.1 C++语言及开发环境MFC简介 3
2.2 socket网络编程 4
2.3 TCP/IP协议 5
2.4 Windows GDI+编程 6
3 需求分析 8
3.1 需求分析的意义 8
3.2 系统需求分析 8
3.3 系统可行性分析 8
3.4 系统设计 9
4 各模块设计与实现 12
4.1 主界面 12
4.2 参数设置界面 16
4.3 目标抠图界面 17
4.4 纹理合成界面 19
4.5 Lab校正窗口的实现 19
5 系统测试 21
5.1 测试软件介绍 21
5.2 测试过程及结果 21
结论 23
致谢 25
参考文献 26
1 绪论