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

车道线检测代码MATLAB版本

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

  • ransacfithomography
    robustly fits a homography to a set of putatively matched image points(robustly fits a homography to a set of putat ively matched image points)
    2007-06-27 22:10:59下载
    积分:1
  • shiyanxinhao_fft
    傅里叶变换在matlab中的实现过程,简洁代码。。(Fourier transform of the realization in matlab)
    2009-05-11 14:03:39下载
    积分:1
  • Latin-Hypercube-Sampling
    此源码会产生一个平方空间上随机的领域。样品创建拉丁超立方抽样和空间相关性是基于Cholesky分解算法(This source will generate a random field on a square space. Samples to create a Latin Hypercube Sampling and spatial correlation is based on the Cholesky decomposition algorithm)
    2012-11-19 22:52:24下载
    积分:1
  • stiffness_time
    该程序用于计算直齿轮时变啮合刚度,其原理基于势能法。(The program is used to calculate the time-varying meshing stiffness of spur gears. Its principle is based on the potential energy method.)
    2019-06-10 09:27:28下载
    积分:1
  • 程序
    说明:  计算一个方柱的散射的波形,并求其RCS。方柱的网格总数是N=500个,时间步为1200步。网格尺寸为lamda/18,时间间隔是ddx/2*c,c为光速。脉冲源位于中心。方柱边长为7*lamda。并与相同尺度的球的散射场进行对比(Calculate the scattered waveform of a square column and find its RCS. The total number of grids of the square column is N=500 and the time step is 1200 steps. The grid size is lamda/18, the time interval is ddx/2*c, and c is the speed of light. The pulse source is at the center. The side of the square column is 7*lamda. And compare the scattering field of the ball of the same scale)
    2020-06-20 13:20:01下载
    积分:1
  • gui
    说明:  gui用户界面,傻瓜式读取任意oisst的nc文件,并绘制sst全球分布图(GUI user interface, reading NC files of any oisst and drawing global distribution map of SST)
    2020-06-10 10:28:43下载
    积分:1
  • 课设的主动学习和半监督学习的多项算法matlab程序
    复化三点Gauss-lengend公式求pi,包含CV、CA、Single、当前、恒转弯速率、转弯模型,包括AHP,因子分析,回归分析,聚类分析,微分方程组数值解方法,LCMV优化设计阵列处理信号,信号维数的估计。
    2023-06-05 12:25:03下载
    积分:1
  • GMMandEMandBICProgramm
    模式识别 关于GMM+EM+BIC,请运行附件的程序。主程序:VASceneAnalysisFH7_ICMEFull_2009.m (Pattern Recognition on the GMM+ EM+ BIC, please run the attached file. Main program: VASceneAnalysisFH7_ICMEFull_2009.m)
    2009-09-20 19:53:59下载
    积分:1
  • ImageWienerFilter
    仿真信号处理。。实现维纳滤波。。用MATLAB实现,。。。(Simulation of signal processing. . Wiener filter to achieve. . Using MATLAB realization. . .)
    2009-05-07 02:05:22下载
    积分:1
  • A_Comparison_of_Pilot-Aided_Channel_Estimation_Me
    Its a very good paper regarding channel estimatin in ofdm
    2009-08-14 21:32:44下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载