-
sift
用sift算子对两幅图像进行特征点的自动搜索。(Sift operator with the image feature point english)
- 2009-02-17 16:24:10下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
AMtiaozhi
标准AM调制,ma不同值时的AM振幅调制(Standard AM modulation, ma different values of amplitude modulation AM)
- 2013-07-21 13:44:35下载
- 积分:1
-
HW2_RDa
说明: 雷达成像那本书上星载SAR成像的程序,使用RD算法,备注几乎每句都标注了,可自学,可运行结果。(The procedure of spaceborne SAR imaging in the book of radar imaging uses Rd algorithm. Almost every sentence is marked. It can be self-taught and run.)
- 2020-07-26 16:19:54下载
- 积分:1
-
详细简介了EMD算法原理以及matlab的实现
详细简介了EMD算法原理以及matlab的实现-Details About the EMD algorithm, as well as the realization of matlab
- 2022-07-07 20:35:14下载
- 积分:1
-
mopso
说明: 粒子群求解多目标,里面包含帕累托最优。适合于发文章。和搞科研(pso solve mutiobjective)
- 2009-08-03 15:06:20下载
- 积分:1
-
matlab-satellite-move
gps与matlab仿真,模拟卫星的运动,后续程序正在写。(gps with matlab simulation, motion simulation of the satellite, the follow-up program is being written.)
- 2014-01-18 20:41:08下载
- 积分:1
-
聚类作业
说明: 聚类分析作业,可以对图像根据颜色进行聚类分析,通道数可以自我选择,方便使用。(Clustering analysis can cluster images according to color, and the number of channels can be self-selected for easy use.)
- 2019-09-19 09:55:22下载
- 积分:1
-
circle
Matlab里面没有提供直接以半径和圆心位置画圆的程序,该程序可以实现此功能,命令格式为:circle(radius,x0,y0, color )(Matlab which does not provide the location directly in the center circle radius and the program, the program can achieve this functionality, the command format is: circle (radius, x0, y0, color ))
- 2010-11-28 20:40:11下载
- 积分:1
-
codes
交通道路交通流的matlab仿真,通过对道路和车辆参数的设置,研究各参数关系(Traffic matlab simulation of traffic flow through the road and vehicle parameters to study the relationship between parameters)
- 2009-06-03 19:21:34下载
- 积分:1