最新公告
  • 欢迎您光临99源码网,本站秉承服务宗旨 履行“站长”责任,销售只是起点 服务永无止境!立即加入我们
  • 基于单目视觉的生产线工件位姿识别(开题+中期+设计源码+论文)

    基于单目视觉的生产线工件位姿识别(开题+中期+设计源码+论文) 最后编辑:2021-06-10
    增值服务: 自动发货 使用说明 安装指导 环境配置二次开发BUG修复
    购买后自动跳转百度云,项目自提,轻松方便。
    若有个人部署运行问题,点击右侧客服按钮咨询站长
    站长联系方式
    QQ:3484724101

       

    本设计拟开发一套以单目视觉为基础的生产线传送带上工件位置和姿态识别的工件位姿测量系统。实验室中已配备相应的硬件,相机固定安装,与生产线传送带的相对位置不变,项目需设计单目视觉位姿识别算法,并实现采用单目相机进行工件的位姿识别的软件。本设计的要求在搜集和阅读单目视觉定位与识别文献资料的基础上,就目前国内外关于单目视觉的使用方式和相关算法进行归纳整理,总结各种方式与算法的特点和优劣,就存在的问题和发展前景进行分析,特别对传送带上的工件单目识别进行深入分析。

    首先进行了视觉图像处理研究,由机器人平台正上方的摄像头捕获图像,采用中值滤波的方法进行图像滤波,直方图方法对图像进行增强,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

    基于单目视觉的生产线工件位姿识别(开题+中期+设计源码+论文)

    猜你喜欢

    猜你在找

    99源码网专注代写Java程序,php程序,网站建设,毕业设计,课程设计,代写C/C++程序,代写数据结构,代写ios android程序。除外还代做Web开发、Php网站开发、ASP.NET网站作业等。
    99源码网,程序代做,代写程序代码,代写编程,代写Java编程,代写php编程,计算机专业代做,计算机毕业设计,网站建设,网站开发,程序 » 基于单目视觉的生产线工件位姿识别(开题+中期+设计源码+论文)

    常见问题FAQ

    免费下载或者VIP会员专享资源能否直接商用?
    本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
    提示下载完但解压或打开不了?
    最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。若排除这种情况,可在对应资源底部留言,或 联络我们.。
    找不到素材资源介绍文章里的示例图片?
    对于PPT,KEY,Mockups,APP,网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。
    99源码网
    一个专注优质源码分享的平台
    • 2021-06-10Hi,初次和大家见面了,请多关照!

    发表回复

    售后服务:

    • 售后服务范围 1、商业模板使用范围内问题免费咨询
      2、源码安装、模板安装(一般 ¥50-300)服务答疑仅限SVIP用户
      3、单价超过200元的模板免费一次安装,需提供服务器信息。
      付费增值服务 1、提供软件定制、二次开发等服务请详询在线客服
      2、承接系统建站、仿站、开发、定制等服务
      3、服务器环境配置(一般 ¥50-300)
      4、网站中毒处理(需额外付费,500元/次/质保三个月)
      售后服务时间 周一至周日(法定节假日除外) 9:00-23:00
      免责声明 本站所提供的源码等资源仅供学习交流,若使用商业用途,请购买正版授权,否则产生的一切后果将由下载用户自行承担,有部分资源为网上收集或仿制而来,若模板侵犯了您的合法权益,请来信通知我们(Email: 3484724101@qq.com),我们会及时删除,给您带来的不便,我们深表歉意!

    Hi, 如果你对这款软件有疑问,可以跟我联系哦!

    联系作者
    • 5684会员总数(位)
    • 2183资源总数(个)
    • 2本周发布(个)
    • 0 今日发布(个)
    • 1486稳定运行(天)

    提供最优质的资源集合

    立即查看 了解详情