-
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
-
FMCW_RADAR
a useful code for simulation of fmcw radar
- 2014-12-02 05:27:18下载
- 积分:1
-
Embeddreatment
基于嵌入式设计的废气处理自动控制系统Embedded design based automatic control system for waste gas treatment(Embedded design based automatic control system for waste gas treatment)
- 2011-01-25 19:51:33下载
- 积分:1
-
dtw
全局约束的DTW时间序列相似度搜索算法。。。。。。。。。。。。。。。。(DTW time global constraint sequence similarity search algorithm. . . . . . . . . . . . . . . .)
- 2014-11-25 16:03:16下载
- 积分:1
-
预测反褶积matlab编码
预测反褶积matlab编码,适合初学者学习和使用(predictive deconvlution)
- 2013-11-09 14:11:13下载
- 积分:1
-
Wind_Turbine
turbine for wind energy conversion system
- 2011-12-12 14:40:22下载
- 积分:1
-
qcyncg_V4.0
仿真图是速度、距离、幅度三维图像,用于图像处理的独立分量分析,关于神经网络控制,对于初学者具有参考意义,相关分析过程的matlab方法,多目标跟踪的粒子滤波器,研究生时的现代信号处理的作业,包括最小二乘法、SVM、神经网络、1_k近邻法。( FIG simulation speed, distance, amplitude three-dimensional image, Independent component analysis for image processing, On neural network control, For beginners with a reference value, Correlation analysis process matlab method, Multi-target tracking particle filter, Modern signal processing jobs when the graduate, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.)
- 2016-04-14 15:45:45下载
- 积分:1
-
code
MATLAB7.x数字信号处理 光盘内容。其中为课本的源码。有利于学习。(Digital Signal Processing MATLAB7.x CD-ROM content. One source for textbooks. Conducive to learning.)
- 2008-05-22 00:01:47下载
- 积分:1
-
MSAP
Modelisation de la MSAP
- 2012-04-08 03:07:53下载
- 积分:1
-
fireplot
Firesim matlab program
- 2011-05-26 06:31:17下载
- 积分:1