-
CharCuted
字符分割MATLAB源代码。你懂得。字符分割MATLAB源代码。你懂得。字符分割MATLAB源代码。你懂得。(fdsfsfasfasdfsdfsdfdfs)
- 2010-12-04 17:13:11下载
- 积分: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
-
k-rbf
说明: 程序是基于K均值聚类的RBF代码,很好的一个例子。(K means clustering procedure is based on the RBF code, a good example.)
- 2011-02-23 19:26:08下载
- 积分:1
-
matlab
这个压缩包主要介绍了matlaB的基础和应用,里面是一些基础内容(matlaB )
- 2012-05-15 23:00:27下载
- 积分:1
-
SINE_SIGNAL_SEPARATION
基于k-l分解算法的正弦信号分离算法,用于实现强背景噪声下正弦信号恢复(Sine signal separation algorithm based on k-l expansion algorithm ,which is useful in sine signal getting from strong background noise)
- 2013-12-16 16:05:44下载
- 积分:1
-
hardthrdenoise
小波去噪,包括各种小波变换,去噪效果好,保证可用。
(Wavelet denoising, including wavelet transforms, denoising effect, guarantee available.)
- 2010-12-19 21:21:12下载
- 积分:1
-
XunHuanMaXULI
仿真计算出(15, 11)系统循环码和(15, 5)系统循环码两种码字在BSC信道下的误码率性能曲线(Simulation of the (15, 11) cyclic code and the system (15, 5) cyclic code system of two code words in the BSC channel BER performance curve)
- 2011-04-24 12:30:26下载
- 积分:1
-
matlab-sourcecode-for-fingerprint
指纹识别,利用gabor滤波器,提取指纹特征,只能呢读取bmp图像(fingerprint recognize)
- 2013-05-07 20:12:14下载
- 积分:1
-
FileManager
Manages file on your computer and removes redundant and multiple copies of the same files.
- 2015-04-02 16:20:31下载
- 积分:1
-
AT(v2.0.0)0330
这是EM560模块的AT命令规范,很值得学习的(This is the EM560 module AT command specification, it is worth learning)
- 2010-09-20 11:02:40下载
- 积分:1