-
Processed_histogram_based_Face_Recognition
face recognition by using histogram matching
- 2009-05-09 21:47:23下载
- 积分:1
-
pls
用NIPALS算法实现的偏最小二乘法,包含测试文件,算法原理说明(With NIPALS algorithm of partial least squares)
- 2014-12-05 09:45:18下载
- 积分:1
-
gui
用matlab设计的一个界面,能够自主添加按钮(Matlab interface design, able to independently add button)
- 2013-03-26 10:27:28下载
- 积分:1
-
P4PDF
HEp-2 cell classification using rotation invariant co-occurrence among
local binary patterns
- 2014-11-26 18:50:20下载
- 积分:1
-
wecs
wind energy conversion system
- 2011-12-12 14:49:05下载
- 积分:1
-
CC1110CC2510_Example_Softwar
LSJ-CC1110/CC2510 Example Software
Packet Error Rate Application Example(LSJ-CC1110/CC2510 Example SoftwarePacket Error Rate Application Example)
- 2007-12-09 16:59:45下载
- 积分:1
-
getfolpd
可以用多种算法拟和系统模型,用来求取系统的一阶模型.(many algorithms can be used to model and system, the system used to strike a band model.)
- 2006-11-02 19:57:24下载
- 积分:1
-
加入权重系数
为了抑制两电平逆变器输出中产生的共模电压,本算法采用在代价函数中加入相应的权重系数使得共模电压得到抑制(In order to suppress the common-mode voltage generated in the output of two-level inverters, the algorithm uses the corresponding weight coefficient in the cost function to suppress the common-mode voltage.)
- 2018-11-15 16:21:39下载
- 积分:1
-
dbscan.m
a cluster method based on density
- 2014-08-25 12:42:04下载
- 积分:1
-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1