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

车道线检测代码MATLAB版本

于 2023-08-24 发布 文件大小:2.78 kB
0 93
下载积分: 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 个回复

  • fft
    ASK,FSK,PSK信号调制及用FFT法进行频率估计(ASK signal modulation and the FFT algorithm with frequency estimation)
    2009-06-01 20:10:10下载
    积分:1
  • BER-of-MIMO-channel-with-MRC-and-SC-and-EGC
    bti error rate of MIMO channel with maximum ratio combining and seclecting cimbining and equal gain
    2013-01-04 16:07:06下载
    积分:1
  • matlab(bp)
    matlab神经网络应用设计,里面随有详细代码(Matlab neural network application design, which with a detailed code)
    2006-11-10 02:09:00下载
    积分:1
  • matlab-yuandaima
    《Matlab辅助现代工程数学信号处理》西安电子科技大学出版社出版配套代码的代码(The auxiliary modern engineering mathematics Matlab signal processing "xian university of electronic science and technology publishing supporting code )
    2011-12-29 19:13:08下载
    积分:1
  • determination_of_soudness_level
    在本文件中提供了总声压级,声压级等的计算(determination of loudness level)
    2021-03-02 10:49:34下载
    积分:1
  • CAASymbol
    改程序基于改进节点法(Modified Nodal Approach)与全矩阵技术在Matlab中实现线性电阻电路的符号分析。可以在GUI中描述待分析的电路结构、启动分析并直观的观察分析结果。在实现分析功能的同时,提供完整的编辑、输入保护以及数据保存功能。详细说明请见压缩包内文档。(Changed procedures to improve the node-based method (Modified Nodal Approach) with the full-matrix technology in Matlab to achieve linear resistance analysis of circuit symbols. GUI can be described in the circuit structure to be analyzed, start analysis and visual observation of the results of the analysis. Analysis function in the realization at the same time, provide a complete editing, input protection and data retention functionality.)
    2009-02-03 18:09:27下载
    积分:1
  • Nonstationary
    有色噪声干扰非平稳状态下,MVDR扩展凹槽滤波形成方法(With colored noise under non-steady state, the the MVDR extended groove filter forming method)
    2012-06-05 16:55:57下载
    积分:1
  • Titere
    A tiny app that controls a puppet with a wiimote controller. Uses the wiimotelib and a serial port to communicate the arduino board. The code for the arduino board is in other file.
    2015-01-11 02:07:07下载
    积分:1
  • ACO-master
    从数据学习贝叶斯网络结构的蚁群优化实现 matlab平台下(Ant Colony Optimisation implementation for learning Bayesian Network structures from data)
    2017-06-16 22:00:04下载
    积分:1
  • xiangguanxishufaEEMDzhenshifenliang
    通过相关系统法滤除集成经验模态分解(EEMD)中的虚假分量(Filtered through the relevant system integration method empirical mode decomposition (EEMD) the false component)
    2013-08-28 16:49:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载