基于纺织应用的纹织图案设计系统.doc

约54页DOC格式手机打开展开

基于纺织应用的纹织图案设计系统,全文55页 约40000字程序语言准确内容丰富摘 要本文主要介绍了。当代,很显然创新和改革在图案的设计中扮演着重要的角色,它对纺织产品的流行和推广也起着重要的作用,尤其在图案cad/cam领域。因此,越来越多的学者和研究人员把注意力放在了如何能更好的设计和实现...
编号:10-21795大小:3.82M
分类: 论文>计算机论文

内容介绍

此文档由会员 痴狂少年 发布

基于纺织应用的纹织图案设计系统

全文55页 约40000字 程序语言准确 内容丰富

摘 要
本文主要介绍了基于纺织应用的纹织图案设计系统。当代,很显然创新和改革在图案的设计中扮演着重要的角色,它对纺织产品的流行和推广也起着重要的作用,尤其在图案CAD/CAM领域。因此,越来越多的学者和研究人员把注意力放在了如何能更好的设计和实现图案设计系统,对于新一代的图案CAD/CAM,不断的增强和完善系统的功能成为现在越来越紧迫的任务。
本系统应用了先进的图像处理技术,同时结合纺织业快速设计的需求,用简便的菜单来实现一系列图像和文件的处理功能,加上少量的手工操作就能够实现对纺织图案的设计,并能够保存成直接被纺织机识别使用的上机文件。本论文主要研究了对BMP图像的读取与载入,介绍了图像网格化,图像降色,图像处理的一些算法。最后介绍了设计图案时的边框勾画和组织填充的一些理论和辅助工具的实现。
系统使用了Microsoft公司的Visual C++6.0语言, 在Windows XP平台下进行开发,采用了模块化程序设计方法。

关键词: 图案设计;图案CAD/CAM;图像处理

Design of Image System Based on Textile Application
Abstract
This paper gives out a design of system which can be used to design the pattern on textile fabrics. It goes without saying that innovation is playing a vital role in the design and more responsible for the popularity of products in the market, especially in the pattern CAD/CAM domain. So more and more researches have focused on how to design and manufacture patterns better. Intensifying the function of innovative pattern design has become the urgent requirement of the new generation of printing pattern CAD/CAM.
This system applied advanced technology of image processing. At the same time, in order to meet the need of the fast design of the spinning industry, it took advantage of the simple menu that can realize the processing function of images and files. With a little manual operation, it can realize the design of spin and weave pattern easily. And the picture can be kept the file that spin and weave machine can identify. This paper primarily studied and introduced the BMP picture’s load and read and the arithmetic of the meshing and the disposal of the picture. Finally this thesis introduced the theories of the frame of design and the fill of the picture and the realization of some assistant tools.
This system uses Visual C++6.0 MFC type base to complete the Object Oriented Design and base Windows XP operate system for the logical table.
Key words: pattern design; pattern CAD/CAM; image processing




目 录
摘要
Abstract
1 绪论…………………………………………………………………………………………1
1.1系统的开发背景……………………………………………………………………………1
1.2 国内外研究现状……………………………………………………………………………2
1.3 未来发展趋势 ……………………………………………………………………………3
1.4 本文主要的研究内容………………………………………………………………………4
2 Windows和VC++编程技术与数字图像处理的相关知识 …………………………………5
2.1开发工具VC++的功能及特点以及优点……………………………………………………5
2.2 Windows编程技术…………………………………………………………………………5
2.2.1事件与消息 ……………………………………………………………………………6
2.2.2 消息驱动 ………………………………………………………………………………6
2.2.3 消息响应函数 …………………………………………………………………………6
2.2.4 资源管理………………………………………………………………………………6
2.2.5 设备独立性………………………………………………………………………………7
2.3 VC++编程技术 ……………………………………………………………………………7
2.4 数字图像的基本概念………………………………………………………………………7
2.5 位图基础……………………………………………………………………………………8
2.6 颜色深度……………………………………………………………………………………9
2.6.1 单色图像 ………………………………………………………………………………9
2.6.2 灰度图像 ………………………………………………………………………………9
2.6.3 伪彩色图像………………………………………………………………………………9
2.6.4 24位真彩色图像………………………………………………………………………10
2.7 卷积处理 …………………………………………………………………………………10
3 系统的设计 ………………………………………………………………………………11
3.1 系统实现的功能 …………………………………………………………………………11
3.2 系统的基本要求…………………………………………………………………………11
3.3 系统的软硬件环境………………………………………………………………………11
3.4 系统所用到的关键技术…………………………………………………………………11
3.5系统的实现流程…………………………………………………………………………12
4 系统模块的实现 …………………………………………………………………………14
4.1 位图载入 …………………………………………………………………………………14
4.2 网格生成 …………………………………………………………………………………14
4.3 图像降色…………………………………………………………………………………15
4.4 图像细节处理 …………………………………………………………………………17
4.4.1 去杂点 ………………………………………………………………………………17
4.4.2 去刺点…………………………………………………………………………………17
4.5 边框勾画和组织填充……………………………………………………………………18
4.5.1 边框勾画………………………………………………………………………………18
4.5.2 组织填充………………………………………………………………………………19
4.6 油漆桶的实现……………………………………………………………………………20
4.7 喷雾器的实现……………………………………………………………………………21
结论…………………………………………………………………………………………23
参考文献
附录
致谢