-
AGuide
A Guide to MATLAB for Beginners and Experienced Users - Hunt Lipsman & Rosenberg(A Guide to MATLAB for Beginners and Experienced Users- Hunt Lipsman & Rosenberg)
- 2009-04-18 02:54:15下载
- 积分:1
-
imm_extend
扩展的交互多模型在目标跟踪方面的应用,用来估计一维的目标加速度,并不时的改变转移矩阵(Interacting multiple model)
- 2011-06-24 22:38:54下载
- 积分:1
-
main
在MATLAB中,用K均值算法对一些点进行分类,并通过图形进行显示(In MATLAB, using K-means algorithm to classify some point, and through the graphical display)
- 2014-08-26 15:00:06下载
- 积分:1
-
PSLR_ISLR
求SAR图像点目标的PSLR和ISLR,包含一维向量和二维矩阵的matlab求法(Compute the point target s PSLR and ISLR of SAR image,include the method of vector and matrix on matlab)
- 2021-05-13 11:30:02下载
- 积分:1
-
Graphene_Cond
说明: 描述了石墨烯的介电常数与厚度,化学势以及散射率的关系。(The relationship between dielectric constant and thickness, chemical potential and scattering rate of graphene is described.)
- 2021-03-29 19:49:09下载
- 积分:1
-
53607901colorspace
实现颜色空间的变换his hiv lab 等(To achieve the color space transform his hiv lab, etc.)
- 2010-06-24 09:54:04下载
- 积分:1
-
myGPC
说明: GPC代码 实现广义预测控制 可以设置预测时域和控制时域(GPC GPC code can set the prediction horizon and control the time-domain)
- 2011-03-30 21:02:08下载
- 积分:1
-
车道线检测代码MATLAB版本1
适用于车道线检测初学者快速学会参数配置,每一行代码都有注释:
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
- 2023-06-28 01:10:04下载
- 积分:1
-
getdata-1
说明: 这是一个VC++和MATLAB联合环境下的编程,很有用的,MATLAB的数据显示很强大的,希望对你们有用.(This is a example used combation of vc++ and matlab ,because the vistual of data is very strong ,I hope it will benefit to your.)
- 2010-04-20 09:45:45下载
- 积分:1
-
cornerr
this code is about find corner in binary image in matlab
- 2010-04-23 21:03:31下载
- 积分:1