-
vlfeat-0.9.13-bin.tar
特别牛的SIFT实现,VLFeat 0.9.13,代码特别清晰。C语言编写,有matlab接口。还包括了SIFT, MSER, k-means, hierarchical k-means等相关算法。(A library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means. )
- 2011-08-28 11:17:19下载
- 积分:1
-
linear_fitting
this function is used for linear fitting data
- 2013-04-10 21:02:16下载
- 积分:1
-
2
说明: 这也是一个对初学者有用的MATLAB源码,希望对你有用!( This is also one to the beginner useful MATLAB sound code, hoped that is useful to you! )
- 2010-11-29 19:27:49下载
- 积分:1
-
CP0203
MATLAB文件。《超宽带无线电基础》配套程序,第二章第3个例程。用于产生QPSK编码。(MATLAB file. Ultra-wideband radio base matching program, the first chapter of a routine. QPSK for generating code.)
- 2015-01-28 10:57:16下载
- 积分:1
-
Ch1-Introduction
非线性光纤光学课件,简单清晰明了。适合入门级学习(nonlinear fiber ppt)
- 2014-01-03 12:30:50下载
- 积分:1
-
三相pwm整流器
说明: 三相整流,ac-dc变换。可用于电力系统仿真中的三相交流电源整流模块使用。(Three phase rectification, AC DC conversion. It can be used in three-phase AC power rectifier module in power system simulation.)
- 2020-06-11 22:06:36下载
- 积分:1
-
face_recognition_adaBoost_M2
这是用matlab编写人脸检测软件,是用的adaboost算法,参考价值还是很高的(using Matlab is prepared Face detection software is used adaboost algorithm, reference value or high)
- 2007-07-10 16:29:21下载
- 积分:1
-
pq
说明: pq分解程序,matlab电力系统的分析和计算中,需要不同网络结构和参数。在应
用这些参数之前,收集和整理工作会花费大量的时间和精力。(pq decomposition process, matlab power system analysis and calculation, require different network structures and parameters. Before applying these parameters, the collection and collation will spend a lot of time and effort.)
- 2010-05-10 18:16:51下载
- 积分:1
-
zizaixianmo
使用迭代法,用Matlab模拟方形镜自在模的形成过程(Using iterative method ,
Matlab simulation square mirror the formation process of mould at ease
)
- 2012-04-18 17:06:08下载
- 积分:1
-
SOM_NN_CODE
An important aspect of an ANN model is whether it needs
guidance in learning or not. Based on the way they learn, all
artificial neural networks can be divided into two learning
categories - supervised and unsupervised.
• In supervised learning, a desired output result for each input
vector is required when the network is trained. An ANN of the
supervised learning type, such as the multi-layer perceptron, uses
the target result to guide the formation of the neural parameters. It
is thus possible to make the neural network learn the behavior of
the process under study.
• In unsupervised learning, the training of the network is entirely
data-driven and no target results for the input data vectors are
provided. An ANN of the unsupervised learning type, such as the
self-organizing map, can be used for clustering the input data and
find features inherent to the problem.
- 2015-04-15 00:03:32下载
- 积分:1