登录
首页 » Matlab » 车道线检测代码MATLAB版本1

车道线检测代码MATLAB版本1

于 2023-06-28 发布 文件大小:10.80 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

适用于车道线检测初学者快速学会参数配置,每一行代码都有注释: clc; clear all; close all; % 设置显示标记,1表示都显示,0表示只显示车道线 DrawPoly = 1; % 处理起始范围 NumRows = 120; % 最大存储规模 MaxLaneNum = 20; % 单次最大匹配数目 ExpLaneNum = 2; % 存储车道线,初始化 Rep_ref   = zeros(ExpLaneNum, MaxLaneNum); % 统计数目 Count_ref = zeros(1, MaxLaneNum); % 最大变化距离阈值 TrackThreshold = 75; % 标记颜色 LaneColors = single([0 0 0;1 1 0; 1 1 0; 1 1 1;1 1 1]); % 车道线丢失异常下限 frameFound = 5; % 车道线丢失异常上限 frameLost = 20; % 选择弧度 Rho values 35:45 (1-based index: 415:424) startIdxRho_R = 415; NumRhos_R = 11; % 选择角度 Theta values -90:-70deg (1-based index: 1:21) startIdxTheta_R = 1; NumThetas_R = 21; % 选择弧度 Rho values 379:415 (1-based index: 1:36) startIdxRho_L = 380; NumRhos_L = 36; % 选择角度 Theta values 55:85deg (1-based index: 146:176

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

发表评论

0 个回复

  • stbc5
    almouti空时分组码matlab仿真实现,源码有点乱,望大家见谅(almouti space-time block codes matlab simulation implementation, source code a bit chaotic, hope you forgive me)
    2009-11-09 19:06:34下载
    积分:1
  • music2
    一种改进的MUSIC算法,对初学者有用,教学实验(it is a experment for a improved MUSIC, maybe helpful for the learners)
    2013-01-02 19:58:16下载
    积分:1
  • wuyueshu
    优化设计方法 --------无约束优化方法(design optimization methods-------- unconstrained optimization methods)
    2007-01-27 13:18:27下载
    积分:1
  • 这本书是精通matlab指南,对于matlab初学者来说是本好的入门教材,并且可以作为工具书来查阅...
    这本书是精通matlab指南,对于matlab初学者来说是本好的入门教材,并且可以作为工具书来查阅-This book is well versed matlab guide to matlab for beginners is a good entry-teaching materials, and can serve as a tool to access
    2023-07-07 10:45:03下载
    积分:1
  • Digital
    用于修改图像的对比度 内含程序所需的素材图片 (Used to modify the image contrast)
    2010-01-27 22:56:36下载
    积分:1
  • 图像的去雾
    这是何凯明先生在cvpr上发表论文的源代码,何凯明先生的论文去繁就简,思想鲜明,很具有个人特色,在当时引起了不小的轰动。论文思想主要是暗通道进行处理。
    2022-07-26 22:36:10下载
    积分:1
  • extraction
    该算法功能是运动视频帧目标检测,实验效果较好,值得一看(The algorithm feature is motion video frame target detection experiment better, worth a visit)
    2013-08-12 08:25:12下载
    积分:1
  • Pid-Rk4
    自己做的pid调节,已知输入求输出过程用的是龙格库塔发的4阶程序,对了解rk4有很大帮助(Do the PID regulation, the known input process is the output of 4 order Runge Kutta procedure development, are of great help to understand RK4)
    2016-06-14 20:54:43下载
    积分:1
  • PSD-Pstimation-based-on-matlab
    从介绍功率谱的估计原理入手分析了经典谱估计和现代谱估计两类估计方法的原理、各自特点及在Matlab 中的实现方法(Start from the introduced power spectrum estimation principle to the principle of classical spectral estimation and spectral estimation are two types of estimation methods, their characteristics and implementation in Matlab)
    2012-07-13 09:26:29下载
    积分:1
  • svc
    this is the simulation model of the two generator system with midpoint voltage compensation in the open loop using the fc-tcr with the firing of the scr in the open loop. the midpoint voltage iss compensated and bring down to the nearly 1 p.u. it is helpful to understand svc and also can be helpful to design in the closed loop control system for the compensataion... Arvind
    2010-03-13 17:38:33下载
    积分:1
  • 696516资源总数
  • 106752会员总数
  • 15今日下载