-
PCA_basedFace
用matlab编写的基于PCA的人脸识别算法,包含图片库,可以直接运行,找出图片库中与测试图片相匹配的图片。(Matlab prepared with PCA-based face recognition algorithms, including image libraries, can be run to identify and test gallery picture of the picture to match.)
- 2009-05-12 17:34:31下载
- 积分:1
-
source
source input for RAKE
- 2009-12-26 06:59:06下载
- 积分:1
-
iPeak_2.0
Keyboard-operated Interactive Peak Finder for time series data by Tom O Haver.
- 2011-08-18 18:37:42下载
- 积分:1
-
610365matlab
MATLAB扩展编程书籍。非常有用的学习使用MATLAB这一工具的书籍。(MATLAB Extended Programming books. Very useful learning tool using MATLAB this book.)
- 2011-08-20 14:38:39下载
- 积分:1
-
IncludeTest
Include Test extends Activity Instrumentation Test Case Source Code for Andriod.
- 2014-01-17 14:26:18下载
- 积分:1
-
xiezhenzi
用bvp4c计算谐振子能级,要求至少计算出两个能级(Bvp4c calculated using harmonic oscillator energy levels, calculated at least two levels)
- 2009-05-29 13:39:52下载
- 积分:1
-
levelset_denoise
说明: 利用matlab寫的
level set
去雜訊(Use of matlab write to the noise level set)
- 2009-08-24 19:17:11下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
osgi_demo
osgi_demo 包含需要的jar包
osgi_demo 包含需要的jar包
- 2014-01-26 17:08:42下载
- 积分:1
-
ecgtwave
ECG source code for engineer
- 2010-07-21 00:43:17下载
- 积分:1