-
sift-mlab
SIFT代码,包括detector & descriptor.Matlab版本,内有详细的说明文档。值得一看(SIFT code, including detector )
- 2008-03-21 21:37:49下载
- 积分:1
-
photometricStereo
matlab code for photometric stereo
- 2010-12-30 03:14:44下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
adaboost9.26
adaboost方法实现人脸分类 可直接运行的程序(face classification method implementation adaboost)
- 2010-09-26 15:37:01下载
- 积分:1
-
matlabalgorithm
各种matlab算例应用尽有,对matlab的初学者有很大的帮助。(matlab algorithm)
- 2009-04-28 09:53:58下载
- 积分:1
-
Porous_Medium_Flows
多孔介质内流动的格子Boltzmann方法源代码(lattice boltzmann method to simulate fluid flow in porous medium.)
- 2011-06-14 17:06:37下载
- 积分:1
-
CDMA
CDMA simulation using matlab
- 2012-05-09 21:05:11下载
- 积分:1
-
Hybrid_Adaptive_Control
hybrid adaptive control
- 2014-08-25 23:30:19下载
- 积分:1
-
运动目标跟踪程序-MATLAB源代码
运动目标跟踪程序-MATLAB源代码,利用camshift和meanshift实现运动目标的跟踪(Moving target tracking program - MATLAB source code, using camshift and meanshift to achieve tracking of moving targets)
- 2019-03-12 21:49:43下载
- 积分:1
-
RBF-sliding-mode-control
使用matlab编程,控制对象为二阶倒立摆,控制率为RBF滑膜控制,对模型所得数据绘图,可以实现较好的鲁棒性(Using matlab programming, the second-order inverted pendulum control object, control rate RBF synovial control, drawing on the resulting data model, we can achieve better robustness)
- 2016-06-22 20:47:15下载
- 积分:1