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

车道线检测代码MATLAB版本

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

  • GMM-toolkit
    基于matlab的高斯混合模型的相关例程,算法等M文件,(some m file for gmm in matlab.)
    2013-08-15 18:29:25下载
    积分:1
  • Shepard
    Shepard 拟合插值示例,用于地理参数的测绘,地形曲面的拟合等行业途。注意:程序运行结果较多,请耐心等待(Shepard fitting interpolation example, for industries such as mapping, terrain surface fitting way of geographical parameters. Note: the program is running more, please be patient.)
    2021-01-27 18:58:35下载
    积分:1
  • MINRES
    采用CG法求解稀疏对称奇异矩阵得到的Ax=b(Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric but it may be definite or indefinite or singular. The scalar s is a shifting parameter – it may be any number. The method is based on Lanczos tridiagonalization. You may provide a preconditioner, but it must be positive definite. )
    2009-09-11 12:24:21下载
    积分:1
  • New-Rapshon
    运用New-Rapshon方法计算线接触常温弹流润滑程序,并绘制出压力和膜厚曲线图(Calculated using New-Rapshon EHL line contact process at room temperature, and draw out the pressure and film thickness curve)
    2021-03-10 10:39:27下载
    积分:1
  • ofdm
    这是一个OFDM基于WLAN系统的matlab仿真程序,源代码程序采用了导频符号辅助的OFDM调制机制,采用这种机制对系统误码率进行了仿真。(This is a matlab simulation cede of OFDM based WLAN system used in ETSI BRAN,IEEE 802.11 and ABIB MMAC projects. The program code adopted the pilot symbol-aided OFDM modulation scheme and evaluated the BER performance in the scheme. )
    2014-09-12 15:50:14下载
    积分:1
  • 544
    Gaussian classifier and some important homework material usual machine learning pattern recognition courses
    2014-12-15 21:34:15下载
    积分:1
  • matlab
    基于DCT数字水印算法的Matlab实现源代码,1. 将文字水印和图像水印转换为二值序列水印; 2. 对水印进行置乱,提高其安全性; 3. 选择合适大小的块,给出DCT域中频分块编码方案;(DCT-based digital watermarking algorithm Matlab source code, a text watermark and image watermark converted into a binary sequence watermark .. 2 watermark scrambling to improve their safety 3 Select the appropriate size of the block, given DCT domain frequency block coding scheme )
    2014-02-12 17:08:11下载
    积分:1
  • EKFSLAM
    采用EKF实现移动机器人在全局地图中的自定位(EKF used for mobile robot self-localization)
    2009-03-04 22:51:07下载
    积分:1
  • LFM_Matlab
    描述了LFM信号及其回波的仿真技术,matlab环境开发,适合初学者掌握原理性知识(Describes the LFM signal and its echo simulation, matlab environment, development, master the principles of knowledge for beginners)
    2010-09-26 21:58:10下载
    积分:1
  • shaping
    su随机函数的生成,可用于数学和通信等过个领域,采用一般的生成方法(su random function generator that can be used such as math and communication areas, using the general method of generating)
    2013-04-24 20:45:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载