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

车道线检测代码MATLAB版本1

于 2023-06-28 发布 文件大小:10.80 kB
0 159
下载积分: 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 个回复

  • music
    用于阵列信号处理之中实现多重信号分类,即music方法和Esprit方法。(music and esprit )
    2009-09-27 19:06:25下载
    积分:1
  • MATLABprogramming
    MATLAB程序设计与典型应用(含源程序)(MATLAB programming and typical applications (including source code))
    2010-10-05 17:12:11下载
    积分:1
  • matlabdaima
    复杂网络拓扑特征统计的编程代码,可以计算复杂网络中各种特征值(Statistical programming code for complex network topology)
    2015-11-05 10:04:04下载
    积分:1
  • GA_MATLAB001
    遗传算法求最优化问题的MATLAB程序实现(MATLAB program to achieve genetic algorithms to optimization problems)
    2012-07-04 17:21:58下载
    积分:1
  • radio
    辐射边界和定温边界条件下,二维矩形平板的温度场数值模拟。(Radiation boundary and constant temperature boundary conditions, two-dimensional rectangular plate temperature field numerical simulation.)
    2013-07-22 18:22:42下载
    积分:1
  • New-folder
    this is a matlav file to clean the data.
    2013-06-24 23:35:47下载
    积分:1
  • guanxing
    matlab 惯性导航基本算法程序 没有扩展功能和接口控制程序(inertial navigation algorithm matlab basic procedures do not extend the functionality and interface control procedures)
    2008-05-16 17:13:18下载
    积分:1
  • MCM-matlab
    说明:  基本的蒙特卡洛方法入门程序,简单易懂,适用于初学者!(a easy MCM program ,suit to the students.)
    2011-03-24 16:12:40下载
    积分:1
  • water1
    In this file we implemented a dwt watermarking method in matlab
    2011-05-24 16:08:25下载
    积分:1
  • 整理好的偏最小二乘法算法matlab例程
    线性调频脉冲压缩的Matlab程序,结合PCA的尺度不变特征变换(SIFT)算法,相控阵天线的方向图(切比雪夫加权),用MATLAB实现动态聚类或迭代自组织数据分析,多元数据分析的主分量分析投影,信号维数的估计。
    2022-07-24 01:24:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载