-
Vehiclerecognition
该程序主要用于车型识别,利用两幅图像相减进行提取轮廓,然后再通过计算定长和车底的比进行判断车型。(The program mainly used for vehicle identification, the use of two images extracted contour subtraction, and then by calculating the fixed-length and vehicle models than the judge.)
- 2020-07-12 16:38:52下载
- 积分:1
-
example3
MATLAB常用的例子,这里举了100个常用的,目录已经单独传上,这是一部分例题!(MATLAB common examples cited here of the 100 commonly used, the directory has a separate mass, which is part of sample questions!)
- 2009-06-02 22:37:57下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
1
图像去雾基于暗原色先验去雾,何凯明算法的源代码改进,(Dark colors on the image to fog prior to fog, He Kaiming algorithm source code improvements,)
- 2013-10-15 21:25:22下载
- 积分:1
-
beidou
提取北斗卫星导航、广播星历,并生成卫星位置分布图(Extraction of Beidou Satellite Navigation and Broadcasting Ephemeris Files)
- 2021-05-06 17:58:37下载
- 积分:1
-
粒子群优化算法
粒子群优化-粒子群优化算法是超启发式因为它很少或没有对作出假设正在优化的问题,并可以搜索很大空间的候选解。
- 2022-10-06 11:40:03下载
- 积分:1
-
session3
slam进阶学习,老外做的,很完善的东西,对于同时定位与地图创建的friend有很大的帮助(slam Advanced study, foreigners do things very well, for localization and mapping at the same time created a great friend to help)
- 2008-04-29 14:55:29下载
- 积分:1
-
lab2
基于 Matlab Simulink 的滤波器仿真(The Band pass and the low pass filter on Matlab)
- 2012-05-05 09:01:39下载
- 积分:1
-
generateCAcode
GOld码为ca码的一种,在扩频系统中,得到广泛应用,此代码为一段ca码产生程序(Gold code generator program)
- 2011-06-28 09:21:30下载
- 积分:1
-
交通流三参数检测
关于交通流三参数检测的MATLAB程序(For the detection of traffic flow parameters MATLAB program)
- 2020-07-12 09:48:53下载
- 积分:1