-
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
-
reversal-method-to-encrypt-decrypt-image
reversal method to encrypt and decrypt an image
- 2014-08-13 17:45:59下载
- 积分:1
-
MobileFadingChannels
非常好的信道衰落教材~涵盖了很多方面的知识(Very good fading ~ covers many aspects of teaching knowledge)
- 2010-05-05 21:04:26下载
- 积分:1
-
pso_pathplanning
1可用__pso_pathplanning__机器人绕过障碍1可用__pso_pathplanning__机器人绕过障碍1可用__pso_pathplanning__机器人绕过障碍(The 1-available __pso_pathplanning__ robot around obstacles available __pso_pathplanning__ robot around obstacles available __pso_pathplanning__ robot around obstacles)
- 2013-03-15 10:35:34下载
- 积分:1
-
rootcos
用matlab实现升余弦滤波器的设计,其中滚降系数可以根据自己需要自动调节(Using matlab to achieve raised cosine filter design, roll-off factor which can automatically adjust according to their needs)
- 2021-03-26 15:39:13下载
- 积分:1
-
trade
专业交易分析和心理分析书籍。适合所有喜欢交易的人阅读。(Professional transaction analysis and psychoanalysis books.)
- 2014-01-14 00:22:34下载
- 积分:1
-
FEM_pack
关于有限元分析的可以使用的matlab代码,对于FEM编程可以节约不少时间。(Finite element analysis on the matlab code can be used, for FEM programming can save a lot of time.)
- 2017-09-17 23:06:00下载
- 积分:1
-
meilin
这是梅林矩的MATLAB源代码,代码质量较好,可供研究图像图形处理和水印技术方面的朋友参考!(This is the Mellin moments of MATLAB source code, source better quality for the study of image and graphics processing and technical aspects watermark friends reference!)
- 2008-01-22 20:14:40下载
- 积分:1
-
tomarow
matlab code pdf file fractal image compression techniques
- 2010-01-29 02:05:18下载
- 积分:1
-
SOURCE_CODE
Face Recognition system
- 2012-03-23 17:23:06下载
- 积分:1