-
PowellRegistration
基于互信息的图像配准,优化算法采用Powell算法,采用matlab编写(Mutual information-based image registration, optimization algorithm uses Powell algorithm, using the preparation of matlab)
- 2009-05-06 21:48:54下载
- 积分:1
-
40-69
《matlab时尚编程百例》work40-69()
- 2007-07-11 14:55:44下载
- 积分:1
-
OLDA
正交线性判别分析(Orthogonal Linear Discriminant Analysis),可以用于数据降维上面。(orthogonal linear discriminant analysis (Orthogonal Linear Discriminan t Analysis), can be used for cutting down the data above.)
- 2007-04-09 16:49:12下载
- 积分:1
-
LBP
LBP算法MATLAB实现,3个m文件。getmapping,LBP,lbptest。(LBP algorithm based on MATLAB implementation, 3 m documents. getmapping, LBP, lbptest.)
- 2014-11-06 14:54:34下载
- 积分:1
-
mainRepetitionCode
(8,1)重复码的软、硬判决译码的仿真程序。( (8,1) repeat code, hard and soft decision decoding simulation program.)
- 2014-10-05 17:43:38下载
- 积分:1
-
COMP
用matlab编的联合处理的程序,是使用和不使用的比较(Joint processing using matlab program, and does not use a comparison)
- 2021-05-10 00:28:34下载
- 积分:1
-
Gozalez
Computer Vision resource code in matlab
- 2010-11-15 16:45:10下载
- 积分:1
-
palmprint_recognition
palmprint recogntion system. its a biometric system
- 2013-03-11 23:10:57下载
- 积分:1
-
lda
it is is matlab code for lda
- 2013-04-29 22:18:42下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1