| 设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计 | |||||
|
|||||
|
|||||
|
|||||
摘要
本设计拟开发一套以单目视觉为基础的生产线传送带上工件位置和姿态识别的工件位姿测量系统。实验室中已配备相应的硬件,相机固定安装,与生产线传送带的相对位置不变,项目需设计单目视觉位姿识别算法,并实现采用单目相机进行工件的位姿识别的软件。本设计的要求在搜集和阅读单目视觉定位与识别文献资料的基础上,就目前国内外关于单目视觉的使用方式和相关算法进行归纳整理,总结各种方式与算法的特点和优劣,就存在的问题和发展前景进行分析,特别对传送带上的工件单目识别进行深入分析。
首先进行了视觉图像处理研究,由机器人平台正上方的摄像头捕获图像,采用中值滤波的方法进行图像滤波,直方图方法对图像进行增强,canny法对图像边缘检测和二值法图像分割,完成图像的预处理。其次对处理后的图像进行生产线工件位姿识别,提取图像特征,采用模板匹配的方法识别出目标工件。最后识别出的工件进行标定,图像中目标工件的位置决定了它在空间的位置。而对于分割后的二值图像,目标工件的中心位置与目标工件的质心相同,根据坐标计算公式求得质心位置坐标和角度值。由摄像头的线性模型标定目标工件的三维位姿,将结果反馈给执行模块,从而驱动关节正确运动,执行抓取工件操作。实验结果表明,所选择的算法简单实用,达到了预期的效果。
关键词:工业机器人;图像处理;生产线工件位姿识别;摄像头标定
ABSTRACT
This design is to develop a position and attitude measurement system based on monocular vision for the position and attitude of the work piece on the conveyor belt of the production line. The laboratory has been equipped with the corresponding hardware, the camera is fixed installed, and the relative position of the conveyor belt of the production line is unchanged. The project needs to design a single vision position and pose recognition algorithm, and to realize the software of the position and pose recognition of the workpiece using the monocular camera. On the basis of collecting and reading the literature of monocular vision location and recognition, the author summarizes the usage methods and related algorithms of monocular vision at home and abroad, and summarizes the characteristics, advantages and disadvantages of all kinds of methods and algorithms. Existing problems and developments The prospect is analyzed, especially the monocular recognition of the work piece on the conveyor belt.
Firstly, the visual image processing is studied. The image is captured by the camera directly above the robot platform, and the median filtering method is used to filter the image. Histogram method is used to enhance the image edge detection and binary image segmentation to complete the image preprocessing. Secondly, the processed image is recognized by the position and pose of the production line, the image feature is extracted, and the target workpiece is identified by template matching method. Finally, the identified workpiece is calibrated, and the location of the target workpiece in the image determines its position in space. For the segmented binary image, the center position of the target workpiece and the centroid of the target workpiece are obtained. In the same way, the coordinate and angle value of the center of mass are obtained according to the formula of coordinate calculation. The linear model of the camera is used to calibrate the 3D pose of the target workpiece, and the result is fed back to the execution module, which drives the correct motion of the joint and performs the operation of grasping the workpiece. The experimental results show that the proposed algorithm is simple and practical and achieves the desired results.
Keywords:industrial robot; image processing; position and pose recognition of production line; camera calibration
目录
第1章 绪论1
1.1选题背景1
1.2课题目的及意义1
1.3课题内容3
第2章 基于单目视觉的生产线工件位姿图像处理4
2.1图像增强4
2.1.1直方图增强4
2.1.2直方图均化5
2.1.3对比度增强5
2.2图像滤波7
2.2.1邻域平均法原理7
2.2.2中值滤波7
2.3边缘检测8
2.3.1微分算子法8
2.3.2拉普拉斯高斯算子9
2.3.3 canny法10
2.4图像分割11
2.4.1灰度门限法12
2.4.2图像分割的方法12
2.5本实验中的图像处理过程13
2.6本章小结14
第3章 基于单目视觉的生产线工件位姿生产线工件位姿识别15
3.1生产线工件位姿识别类型15
3.2生产线工件位姿识别的过程16
3.3生产线工件位姿识别的方法16
3.3.1生产线工件位姿识别的常用方法16
3.3.2生产线工件位姿识别的方法16
3.4图像的不变矩匹配18
3.4.1矩的概念18
3.4.2矩的有关变换21
3.4.3图像的不变矩特征表示23
3.5生产线工件位姿识别实验24
3.6本章小结25
第4章 基于单目视觉的生产线工件位姿视觉定位26
4.1系统标定概述26
4.2摄像机标定26
4.2.1标定的原理27
4.3 GRB-400机器人运动学分析28
4.3.1坐标空间定义29
4.3.2求解运动学逆解的方法30
4.4摄像机成像模型35
4.5视觉系统需标定的参数及方法36
4.5.1坐标变换原理36
4.5.2机器人臂抓取37
4.6本章小结37
结论39
参考文献40
致谢41
附录A:程序清单42
附录B:外文翻译资料47
毕业66资料站 biye66.com ©2015-2026 版权所有 | 微信:15573586651 QQ:3903700237
本站毕业设计和毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!