网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 设计图标 Ppt模板 Flash素材 PSD素材 JS代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 其他类别 > 正文

基于机器视觉的注塑制品缺陷检测系统研究

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/12

【编者按】:网学网其他类别为您提供基于机器视觉的注塑制品缺陷检测系统研究参考,解决您在基于机器视觉的注塑制品缺陷检测系统研究学习中工作中的难题,参考学习。

论文字数:20650,页数:42

随着计算机和机器视觉技术的不断发展,基于机器视觉的产品检测技术正逐渐成为研究的热点。基于机器视觉的产品检测技术是指以机器视觉为手段获取被测物体图像,并将其与己知的标准进行比较,从而确定被测物体的质量状况的过程,它具有非接触、速度快、柔性好等突出优点,相比于传统检测技术具有更为广阔的应用前景。基于此,本文依托东北大学流程工业综合自动化重点实验室基金项目,针对机器视觉技术在注塑制品缺陷检测中的应用展开研究。
 在调研注塑生产过程、查阅大量文献的基础上,本文完成了基于机器视觉的注塑制品质量检测系统的软硬件设计,并针对产品图像采集和处理过程中遇到的问题提出了相应的解决方案。
 针对所获取的图像存在背景、噪声等干扰信息,不适于直接进行缺陷检测的问题,本文研究了相关的图像处理算法。对于产品图像存在背景干扰的情况,提出一种阈值分割与差影相结合的方法,实现背景的完全消除;针对传统线性滤波以及中值滤波方法中存在的不足,提出一种新的滤波方法,该方法不仅增强了背景分割算法对于外界环境变化的适应能力,而且提高了算法的实用性。
 在完成图像处理之后,本文针对注塑制品常见形状以及纹理缺陷的特征提取进行了研究。一方面根据系统对检测速度的要求,提出一种快速预检测和缺陷细节信息分析识别相结合的检测思路,在保证缺陷信息完整的情况下,提高检测速度;另一方面针对传统方法在纹理特征提取中存在的分类效率低下等问题,提出一种新的特征组合方法,该方法有效降低了特征向量的维数,在保证识别准确率的情况下,提高分类效率。
 最后,本文根据注塑产品多缺陷种类并存的特点设计了基于多分类支持向量机的特征分类方法。综合应用上述方法,实现了基于机器视觉的注塑制品缺陷检测系统的雏形,获得了较高的检测正确率,较好的满足了注塑制品检测的要求。

关键词:机器视觉;注塑制品;图像处理;特征提取;多分类支持向量机

Research on Injection Product Defects Detection System Based on Machine Vision
Abstract
 The technique of product inspection based on machine vision has been propelled by the development of computer science and machine vision in most recent years, and it seizes more and more researchers’ attention. By snatching the images of the produce and comparing them with standard one, machine vision based inspection can give a real-time evaluation on the quality of the product without contiguity. For these merits, this study focuses on the defects detection of injection molding machine (IMM) product based on machine vision. This research is sponsored by NEU key laboratory of process industry automation fund.
 Firstly, by researching the process of injection production and analyzing relative literatures, this thesis finishes the hardware and software design of defects detection system and solves the problems in capturing and processing images.
 The background and noise in the captured image makes the defect detection much harder. A method combining threshold and image subtraction is proposed to segment the background from the object image entirely. To filtering the noise and enhance the robustness of the segmentation method, a new filter algorithm is presented which provides a better result than the traditional methods.
 The research on defect detection feature extraction consists of two parts. For detecting shape defects, a rapid-inspecting method is proposed under the condition that the defect’s information is reserved entirely. For detecting texture defects, by regroup the texture feature vectors, a new method is presented to enhance the efficiency of classification.  
 At last, a multi-class classification support vector is designed for the multi-class defects detection. The basic structure of IMM products defect detection system based on machine vision is completed by using methods proposed above. The test results show that this system demonstrate a high detecting precision.

Keywords:Machine Vision; Injection Product; Image Processing; Feature Extraction; Multi-class Classification Support Vector Machine

目录
毕业设计(论文)任务书 I
摘要 II
Abstract III
第一章 绪论 1
1.1 机器视觉检测技术概述 1
1.2 机器视觉检测的研究概况 2
1.3 机器视觉检测技术的应用 3
1.4 课题背景及本文主要工作 5
第二章 系统的设计与实现 7
2.1 系统总体结构 7
2.2 硬件系统的设计与实现 7
2.2.1 硬件系统设计 8
2.2.2 系统关键设备选型 8
2.2.3 硬件系统的实现 10
2.3 软件系统的设计与实现 11
2.3.1 软件系统基本框架 11
2.3.2 图像的采集与显示模块 12
2.3.3 系统通讯模块 15
2.3.4 辅助功能模块 16
2.4 本章小结 17
第三章 注塑制品图像处理 19
3.1 注塑制品图像处理总述 19
3.2 注塑制品图像背景分割 19
3.2.1 传统背景分割方法 20
3.2.2 传统方法在注塑制品背景分割中的应用分析 21
3.2.3 注塑制品背景分割方法设计 23
3.3 注塑制品图像滤波 24
3.3.1 传统滤波方法 25
3.3.2 传统滤波方法应用效果分析 27
3.3.3 注塑制品图像滤波方法设计 27
 3.4 本章小结 29
第四章 结束语 30
参考文献 32
致谢 34

基于机器视觉的注塑制品缺陷检测系统研究......
  • 上一篇资讯: [其他类别]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号