登录
首页 » 算法 » 简单的路标识别

简单的路标识别

于 2022-05-31 发布 文件大小:5.19 MB
0 131
下载积分: 2 下载次数: 1

代码说明:

应用背景本代码用于国际机器人比赛,识别图标有左拐、右拐、直走三个方向,识别率可以达到90%,在机器人倾斜角度相对较小的情况下,识别率可以达到100%。每秒钟可以识别40~60张图片。有效的提升了机器人竞技实力!关键技术本代码采用图像细化骨架提取和霍夫变换拟合直线,通过图像细化提取路标的骨架,再通过霍夫变换拟合直线,再通过拟合的直线,计算拟合后直线的方向,以45度为标准,倾角大于45度的视为纵线,否则视为横线,在通过判定的直线方向给拟合后直线归类,竖直和水平方向,根据直线中心点的位置,判断当先路标的指向。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Delaunay 剖分源代码
    根据用户输入的二维点(x,y)进行Delaunay三角剖分,主要采用的是种子生长算法来剖分平面的,是计算机图形学当中主要的曲面造型的剖分算法实现。
    2022-03-20 09:16:12下载
    积分:1
  • C#计
    using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Runtime.InteropServices; using System.IO; namespace 计算器 { /// /// Form1 的摘要说明。 /// public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button11; private System.Windows.For
    2023-01-30 17:15:03下载
    积分:1
  • C 离散傅里叶变换的代码
    代码下进行离散傅立叶变换输入:编号的样品和样品的值输出:实部的名单 - 想象的一部分 - 幅度
    2022-07-25 00:02:35下载
    积分:1
  • science and engineering numerical algorithm (Visual C version) is a matrix of go...
    科学与工程数值算法(Visual C++版)是一本很好的矩阵类图书。里面有好多源代码可以参考。-science and engineering numerical algorithm (Visual C version) is a matrix of good books. There are a lot of source code for reference.
    2022-11-18 11:20:04下载
    积分:1
  • Optimized network selection scheme in heterogeneous wireless network
    未来几代无线网络将;
    2022-01-27 11:52:25下载
    积分:1
  • 数据预处理的计
    应用背景简单地数据处理,计算两组数据间的相似性,应用在推荐系统的数据处理中,其他方向的数据处理也适用,比较简单易学,供学习交流。关键技术用C++语言实现的简单数据处理,在很多研究方向可以用于预处理数据,计算数据的相似性也是很多研究方向需要用到的,希望对大家有用。
    2023-07-14 06:50:02下载
    积分:1
  • 四轴飞行器(实现平衡调节)
    应用背景通过遥控器可以控制四轴的姿态,同时四轴的姿态也可以通过蓝牙的数据传输,从上位机观测四轴的姿态。在这里我们通过调节PID的参数来完成对四轴的控制,而姿态的解析算法则是通过IMU算法来完成,用四元数进行计算,方便计算。   关键技术编程方式采用C语言编程,主控芯片采用STM32,主频速度可以达到72M,控制周期为2ms,在算法中,控制算法使用了PID控制算法,在调节参数时,先调节PD,一个是回复里,一个是阻尼力,再调节I,消除静态误差,从而使得四轴飞行器可以很稳地飞上高空,未来打算加上定高。  
    2023-02-03 17:10:04下载
    积分:1
  • one yuan solving quadratic equation
    一元二次方程求解-one yuan solving quadratic equation
    2022-02-20 13:35:25下载
    积分:1
  • This code is used to find shortest path by using dijkstra algorithm
    This code is used to find shortest path by using dijkstra algorithm
    2023-01-01 01:20:12下载
    积分:1
  • GA——DSP
    遗传算法通用包,用于解决 DSP问题,传入配送点数据文件位置,文件格式如: 3 4 1 2 4 7 5 3 1 12 13 2 22 21 即可输出结果。
    2022-07-10 19:22:56下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载