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

车道线检测代码MATLAB版本1

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

  • dingzi
    ABC到ab变换,基于matlab7.0的最基本变换,对于矢量控制和直接转矩控制的初学者有入门作用(ABCto abchange)
    2009-03-31 09:41:41下载
    积分:1
  • LDPC_cooperation
    给出了用matlab实现LDPC码协作通信的程序,其中LDPC码用PEG算法构造,并给出了相应的文章。(Given LDPC codes using matlab to achieve collaborative communication procedures which LDPC codes constructed with the PEG algorithm, and gives the corresponding article.)
    2009-11-22 17:20:39下载
    积分:1
  • SQP
    本算法是基于数值计算中的SQP编写的MATLAB程序。非常实用的一个小程序。(This algorithm is based on the numerical calculation of SQP written MATLAB program. Very practical one small program.)
    2020-12-29 10:39:00下载
    积分:1
  • Matlab-PrinciplesOfCommunicationSystemsSimulationW
    Principles of Communication Systems Simulation with Wireless Applications
    2008-10-06 22:19:19下载
    积分:1
  • 编译通过的背景布谷鸟搜索算法,matlab源代码
    基于chebyshev的水声信号分析,多抽样率信号处理,做视觉测量的上位机代码,最小二乘回归分析算法,一个计算声子晶体结构的一维传递矩阵法,已调制信号计算其普相关密度。
    2022-01-29 01:10:06下载
    积分:1
  • Tabu_search_TSP
    用禁忌搜索算法解决TSP的Matlab程序(taboo search algorithm used to solve the TSP Matlab procedures)
    2007-06-29 19:09:33下载
    积分:1
  • diffxy
    this is diff in matlab.
    2011-07-09 03:37:03下载
    积分:1
  • erfenfa
    波尔查诺二分法,区间半分法,matlab调用函数(The dichotomy of Bolzano, the range of half of France, the Matlab function is called)
    2012-08-12 16:41:49下载
    积分:1
  • DesignOfFilterWithMATLAB
    这是数字滤波器设计的一些程序,用Matlab语言编写的。(This is the number of digital filter design program written using Matlab language.)
    2009-10-08 10:29:40下载
    积分:1
  • my_thresholding
    thresholding technigues on different filters
    2014-11-02 23:31:16下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载