-
Hand-Written-Pattern-Recognition-System
it is most usefull project for students
which are the programmers
- 2015-02-07 22:02:51下载
- 积分:1
-
detectFront
基于Opencv的视频序列前景检测模块,可以用来检测自动化目标跟踪的初始位置(Opencv based video sequences foreground detection module,can be used to detect the initial position in automated target tracking )
- 2014-02-18 14:02:50下载
- 积分:1
-
基于matlab产生-+1占空比50的方波
基于matlab产生-+1占空比50的方波,并去除零点(To produce a square wave)
- 2012-07-03 20:17:48下载
- 积分:1
-
54512
matlab指令大全,基础学习必然会用得着(the matlab instruction Daquan, the basis of learning will certainly need it)
- 2013-03-25 21:56:59下载
- 积分:1
-
射线追踪方法rayce
射线追踪方法,求取地震射线在水平多层介质中传播路径。在此基础上合成地震记录,并进行动校正。(Ray tracing method, obtaining seismic ray propagation path in a horizontal multi-media. Synthetic seismograms On this basis, and thus the correction action.)
- 2016-01-20 09:19:17下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
FDTD1
photonic crystal matlab fdtd
- 2009-07-07 14:18:38下载
- 积分:1
-
jiefangcheng-
函数solve用于求解一般代数方程的根,函数desolve用以求解线性常微分方程,有5个源码实例(The function solve is used to solve the root of the algebraic equations in general, function desolve used to solve the linear ordinary differential
)
- 2012-02-12 14:56:21下载
- 积分:1
-
Rec839_3
ITU-R国际降雨衰减预测模型之等效雨高的求法
(ITU-R International rain attenuation prediction model of rain rate and method, the simulation model)
- 2012-03-08 21:22:59下载
- 积分:1
-
Radar_Target_Detection
说明: 回波数据进行二位FFT处理结果和CFAR处理后结果对比(Comparison of the results of two-bit FFT and CFAR processing for echo data)
- 2019-09-24 16:28:54下载
- 积分:1