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

车道线检测代码MATLAB版本

于 2023-08-24 发布 文件大小:2.78 kB
0 59
下载积分: 2 下载次数: 2

代码说明:

自己修改测试可以运行的源代码: 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) startI

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

发表评论

0 个回复

  • f1
    说明:  计算地震波的傅里叶谱,内部含有详细解释,便于读者对参数的修改(Fourier spectrum to calculate seismic waves, internal contain a detailed explanation easy readers modified parameters)
    2013-04-09 10:13:53下载
    积分:1
  • MATLAB-and-VOICE
    说明:  matlab在数字信号处理中对音频信号的处理(matlab in digital signal processing audio signal processing)
    2011-03-29 22:57:41下载
    积分:1
  • Armada_v_1_4
    利用关联规则发对市场篮子的数据进行挖掘,对同一交易购买的物品的可能性进行了分析。(Association rules are a simple but very useful form of data mining that describe the probabilistic co-occurrence of certain events within a database. They were originally designed to analyse market-basket data, in which the likelihood of items being purchased together within the same transaction were analysed.)
    2012-04-06 20:36:44下载
    积分:1
  • zhuantaiISAR
    本程序用于对三维转台目标进行ISAR成像(发射LFM信号,stretch处理)(This program is used for three-dimensional turntable targets ISAR imaging (LFM signal transmitter, stretch processing))
    2014-09-22 20:42:17下载
    积分:1
  • 虚拟同步发电机仿真模型 VSG
    说明:  simulink仿真,介绍了基本的虚拟同步发电机仿真模型,应用在分布式电源并网逆变器的控制之中。(Virtual synchronous generator simulation model)
    2021-04-23 09:58:48下载
    积分:1
  • thesis
    handwritten Recognition system
    2010-07-06 16:14:56下载
    积分:1
  • eye_code
    eye detection sample in matlab. Eyetrackers can analyze a driver’s level of attentiveness while driving and prevent drowsiness from causing accidents.(eye detection sample in Matlab. Eyetracke rs can analyze a driver's level of attentivenes s while driving and prevent CAR from cau sing accidents.)
    2007-05-18 06:41:03下载
    积分:1
  • Jacobi-algorith
    通过matlab程序编辑雅可比算法的源代码,实现雅可比算法解决数学问题(Matlab program by editing the source code for Jacobi algorithm to achieve the Jacobi algorithm to solve mathematical problems)
    2011-12-07 22:24:20下载
    积分:1
  • DigitalImageProcessing-4
    Digital Image Processing Using Matlab Additional Material
    2011-05-27 22:31:53下载
    积分:1
  • Sorting, Searching and Classification Lab11
    Sorting, Searching, and Classification using Matlab
    2019-04-26 18:01:06下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载