-
10.Poh-etal-TBME-EDA-tests
best papers in matlab image processing and vlsi topics "LAST BENCH"
- 2010-07-01 11:34:36下载
- 积分: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
-
cat_mouse
这个程序是猫捉老鼠的程序,很不错,是我亲自编写的,好了不说了够20个字了(Cat catch the mouse!)
- 2011-05-16 21:08:27下载
- 积分:1
-
moshishibie
对X应用贝叶斯分类,对X的前两类训练单层感知器(The classification of X application of Bias,on the X of two kinds of training single-layer perceptron)
- 2013-04-16 18:39:10下载
- 积分:1
-
aledemo5fd
基于LMS自适应时延估计算法,可以进行时间延迟估计。(Delay estimation algorithm based on LMS adaptive research based on the fractional lower order time delay estimation algorithm, including: covariation-based time delay estimation, based on the fractional lower order covariance delay estimation method, as well as the minimum norm when the average P delay estimation method.)
- 2013-05-25 17:10:35下载
- 积分:1
-
philosopher
dinning philosopher problem
- 2009-11-09 21:11:38下载
- 积分:1
-
3970996log-gaborconvolve
This code is about Gabor convolution.
- 2009-11-12 15:46:09下载
- 积分:1
-
methodofmathematical
完整的数学建模方法,数据.信息技术安全系统的风险评估问题(Complete method of mathematical modeling, data. Information technology security risk assessment system)
- 2009-05-26 21:56:23下载
- 积分:1
-
matlab2012b_std
matlab2012b的安装方法,单机安装及局域网服务器安装-matlab2012b,license( installation method, installation of stand-alone installation and LAN Server)
- 2013-12-03 19:31:35下载
- 积分:1
-
createfigure
Creates wireless sensor network in matlab
- 2015-03-18 15:58:47下载
- 积分:1