-
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
-
zyileach
一个经典的LEACH协议代码,十分有用 希望能给您帮助(A classic LEACH protocol code, very useful to want to give you help LEACH )
- 2012-06-12 19:17:47下载
- 积分:1
-
variational-Bayesian
基于变分贝叶斯里理论的图像超分辨率重建技术,对于理解超分辨率技术有一定帮助。(In theory based on variational Bayesian image super-resolution reconstruction technique for understanding the super-resolution technology has certainly helped.)
- 2013-11-11 19:14:05下载
- 积分:1
-
MATLAB-tutorial
Tutorial for MATLAB.Learn the basics of matlab script programming .The basic commands and writing script in MATLAB is taken care off.Working with matrix in MATLAB.
- 2012-11-02 18:28:32下载
- 积分:1
-
part2
盲信号处理研究论文,这是第二部分,包括三、四、五章以及摘要和目录。(Blind signal processing research papers, this is the second part, including three, four, five chapters, as well as a summary and directories.)
- 2007-09-24 12:48:38下载
- 积分:1
-
Regression_LS_SVMlab_PSO_LuHua
说明: 运用粒子群算法优化支持向量机的参数,效果比较好(The use of particle swarm optimization algorithm for support vector machine parameters, the effect is better)
- 2008-11-17 16:23:19下载
- 积分:1
-
p3weifit
三参数威布尔最小二乘法估计。算法效率高,估计准确(Least squares estimation of three-parameter Weibull.High efficiency of the algorithm accurately estimated)
- 2021-03-24 14:39:15下载
- 积分:1
-
2.4G
2.4G通讯系统的汉明码,PCM编码,等的MATLAB仿真(2.4G Communication Systems Hamming codes, PCM encoding, etc. MATLAB simulation)
- 2010-06-11 18:15:33下载
- 积分:1
-
nihe
根据已知数据拟合多次函数,自行修改数据和次数自动生成拟合函数(According to known data fitting multiple functions modify the number of automatically generated data and fitting function)
- 2011-01-14 11:51:24下载
- 积分:1
-
YALMIP
YALMIP,用于求解整数规划,主要思想为分支界定,效率和功能都比较好(YALMIP, for solving integer programming, the main idea of the branch and bound, efficiency and function are better)
- 2012-04-30 18:50:42下载
- 积分:1