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

车道线检测代码MATLAB版本1

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

  • EKFLocalisation
    non-linear Kalman based localisation in a field of landmarks
    2012-03-22 18:04:59下载
    积分:1
  • PWM-MATLAB
    三相电压型PWM逆变电路 MATLAB仿真模型,希望对大家有用(Three-phase voltage-type PWM inverter circuit MATLAB simulation model, we hope to be useful)
    2014-03-10 19:27:13下载
    积分:1
  • hvdc_vsc
    对VSC-HVDC系统进行暂态仿真,实现对VSC-HVDC系统的动态稳定性分析(Transient simulation of VSC-HVDC system)
    2021-04-28 22:08:43下载
    积分:1
  • 四步相移法程序
    说明:  实现光栅投影,并将光栅投影到物体上,然后解相位(Realize the grating projection, project the grating onto the object, and then solve the phase)
    2020-12-08 19:39:20下载
    积分:1
  • voicebox
    this is speech recognition file
    2009-03-28 14:36:43下载
    积分:1
  • main
    Force Measurement ABS with IMC
    2012-10-06 10:31:32下载
    积分:1
  • Matlab-for-Copula
    本文件用于Copula函数的参数估计与拟合,基于Matlab程序(This document is used for Copula function parameter estimation and fitting, based on the Matlab program)
    2021-03-03 18:59:33下载
    积分:1
  • f2
    说明:  BUCK 电路、 PID控制器、降压电路、PFC校正(Buck PID controller, PFC control strategy)
    2020-07-04 18:00:01下载
    积分:1
  • OFDM SIMULATION USING MATLAB
    OFDM SIMULATION USING MATLAB
    2022-08-13 01:36:16下载
    积分:1
  • ssaa
    有关机动目标跟踪,卡尔曼滤波相关的资料,对从事卡尔曼滤波研究,机动目标跟踪的朋友有参考价值 (The maneuvering target tracking, Kalman filtering relevant information, engaged in Kalman filtering, target tracking friends have reference value)
    2010-09-08 13:42:11下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载