-
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
-
femtomatlab
说明: femto是目前解决中心基站服务量大、性能低的一个热点方式,该方式可以提供弱信号地方好的通信质量,本代码就同频防干扰做出设计,希望对读者有用(Centre for Settlement of femto base station is the service volume, low performance is a hot way, the way to where weak signals can provide good communication quality, the code to make the same frequency anti-interference design, hope to be useful reader
)
- 2011-03-29 10:17:49下载
- 积分:1
-
hmmdecodeMe
hidden markov model decode
- 2011-07-28 13:40:42下载
- 积分:1
-
Basics_using_matlab_fuzzy_toolbox
Matlab環境中的基礎模糊演算法教程, 包含基本模糊理論和工具箱的使用(A basic tutorial for using fuzzy toolbox in Matlab, containing fuzzy theory.)
- 2012-07-20 01:34:04下载
- 积分:1
-
AC
matlab编写的计算Xp-70盆式绝缘子交流污秽闪络程序。(A matlab program to calculate the ac pollution flashover voltage of Xp-70 insulator.)
- 2013-08-24 17:32:45下载
- 积分:1
-
Gametheory
本代码实现了博弈的算法的仿真。可以作为初学者的程序学习。(This code implements the the algorithm simulation game. Can learn as a beginner' s program.)
- 2012-09-13 19:24:45下载
- 积分:1
-
Project-System-Identification-submit
Project System Identification submit
- 2013-10-10 22:09:10下载
- 积分:1
-
picture
用MATLAB对两幅图片进行图像匹配,程序运用了两种匹配算法:1.基于灰度值的模板匹配2.模板匹配的改进算法
采用界面输入输出方式(Using MATLAB for image matching two images, the program uses two types of matching algorithm: 1. Based on the gray value of the template matching 2. Template matching algorithm to improve the way input and output interface)
- 2021-03-28 19:49:11下载
- 积分:1
-
cart2geodv
Converts cartesian coordinates in WGS84_XYZ to geodetic coordinates in WGS84_LLA. Vectorized version.
- 2014-10-06 18:20:48下载
- 积分:1
-
3093421subspace_mimo2
mimo-ofdm系统仿真,输出仿真图,信道脉冲响应实部虚部随信噪比变化时的改变图(mimo-ofdm system simulation, simulation output figure, the channel impulse response changes in real and imaginary parts of the map changes with SNR)
- 2014-01-13 20:38:01下载
- 积分:1