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

车道线检测代码MATLAB版本

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

  • infosaliencyshort
    A visual saliency detector
    2010-12-09 22:37:59下载
    积分:1
  • particle_swarm_optimization-Solve-the-TSP-problem
    基于粒子群优化算法(PSO)的50个城市TSP问题的求解,可推广至类似NP-hard问题。(Based on Particle Swarm Optimization (PSO) of the 50 cities TSP problem solving can be extended to a similar NP-hard problem.)
    2009-06-21 13:03:55下载
    积分:1
  • princomp
    matlab_主成分,模式识别,用与主特征提取(principle compoment analysis)
    2014-09-26 13:34:01下载
    积分:1
  • Untitled2
    kalman滤波matlab实现,环境是在双发单收的信道中,实现了信道的事实跟踪功能(kalman matlab channel estimated)
    2013-05-27 15:51:40下载
    积分:1
  • FTF
    FTF自适应算法 求:自适应滤波器的两个权值ω0 (n)和ω1(n)分别收敛于0.2和0.7的收敛轨迹,并与LMS算法进行对比。(FTF adaptive algorithm Requirements: two weights ω0 is (n) of the adaptive filter and ω1 (n) converges to 0.2 and 0.7, convergence trajectory, and compared with the LMS algorithm.)
    2020-12-10 23:39:18下载
    积分:1
  • Bayes
    matlab实现beyes的模式识别的过程,是武汉大学遥感学院模式识别的代码(matlab realize beyes pattern recognition process, Wuhan Institute of Remote Sensing pattern recognition code)
    2013-11-07 21:53:32下载
    积分:1
  • svm pca
    使用svm进行数据的预测,首先进行pca对数据进行主元分析,提取有用信息,结果显示数据拟合效果非常好(SVM is used to predict data. first, PCA is used to analyze the data and extract useful information. the results show that the data fitting effect is very good.)
    2019-01-30 00:04:35下载
    积分:1
  • 恒指转换为 RGB
    RGB 到恒指 (色调、 饱和度、 强度) 转换代码在 matlab 中实现 将图像打印 RGB 转换为恒指
    2022-08-15 01:13:05下载
    积分:1
  • my_inverter
    simulation of fuel cell part 4-2
    2013-07-29 16:17:56下载
    积分:1
  • 6771355451
    MATLAB实用程序(MATLAB utility SSSSSSSSSSSSSSSSSSSSSSSSSS )
    2007-05-24 21:07:39下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载