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

车道线检测代码MATLAB版本

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

  • servo
    servo system using matlab
    2012-04-16 12:56:41下载
    积分:1
  • tuoluobiaodinggongshi
    适用于大部分类型的陀螺数据处理的matalb程序,包括标度因数,零偏,补偿等信息(Applicable to most types of gyro data processing matalb procedures, including scale factor, bias, compensation and other information)
    2010-05-27 22:26:33下载
    积分:1
  • keystone
    PD雷达LFM波形相干积累中距离单元走动后应用keystone变换修正matlab源代码(PD radar LFM waveform coherent accumulation in the distance unit to move around keystone transform correction Matlab source code)
    2020-08-17 21:38:23下载
    积分:1
  • dianli_module
    电力系统建模,非常适合于初学者及专业人士参考学习(Power system modeling, very suitable for beginners and professionals refer to learning)
    2013-07-16 10:30:42下载
    积分:1
  • 1.-PPI
    在EFI架構下寫一隻PPI sample(PEIM to PEIM Interface),使兩隻PEIM可透過此PPI互相傳遞資料. Write a PPI sample to make two PEIMs able to communicate each other.(Write a PPI sample to make two PEIMs able to communicate each other.)
    2013-12-26 15:01:10下载
    积分:1
  • data
    数据的极差标准化程序和数据,应用于matlab( data normalization)
    2020-12-31 20:38:58下载
    积分:1
  • memory_er
    描述铁电薄膜的存储窗口与铁电介电常数的关系(Describe the ferroelectric thin film ferroelectric memory window and the relationship between dielectric constant)
    2010-06-24 10:59:58下载
    积分:1
  • textscantool
    MATLAB中textscantool,非常好,大家支持啊(MATLAB, textscantool, very good, we support ah)
    2010-10-20 18:28:05下载
    积分:1
  • EA
    说明:  使用遗传算法、粒子群优化算法和量子遗传算法对认知无线网络进行频谱分配(Using genetic algorithms, particle swarm optimization algorithm and quantum genetic algorithm for spectrum allocation in cognitive radio networks)
    2013-10-22 16:27:56下载
    积分:1
  • Program-based-on-unit-commitment
    Program based on unit commitment of Power System
    2013-12-10 05:35:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载