-
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
-
matlab2014b
matlab2014b破解版,matlab最新版本,很好用的呢(matlab2014b cracked version, matlab latest version, good use of it)
- 2014-12-07 21:02:14下载
- 积分:1
-
example
用matlab编写的一个人机界面,具有读取文件功能,操作按钮功能等(A matlab GUI program which can read file, operating button act.)
- 2013-03-23 13:15:08下载
- 积分:1
-
BasicExamples2
These are a few more examples on MATLAB
- 2012-09-05 09:15:38下载
- 积分:1
-
0101001
实现人员出入管理,输入和输出,人员的添加,管理!(to made the people s manage!)
- 2009-12-26 20:29:23下载
- 积分:1
-
Fingerprint_Minutiae_Extraction
指纹识别
(FingerPrint Recognition
)
- 2015-04-10 22:56:25下载
- 积分:1
-
three_phase_inverter
three phase inverter
- 2013-04-01 16:54:50下载
- 积分:1
-
polyphase
这个是多相滤波的MATLAB程序,做接收机的同学可以参考的(this is a polyphase programme)
- 2013-11-06 20:01:53下载
- 积分:1
-
lifting_signal_compression2
说明: 提升小波压缩算法提升小波压缩算法提升小波压缩算法提升小波压缩算法(Lifting Wavelet compression algorithm of wavelet compression algorithm to enhance lifting wavelet compression algorithm lifting wavelet compression algorithm)
- 2009-08-05 12:05:55下载
- 积分:1
-
High-power-double--lasers-Simulation
高功率双包层光纤激光器及仿真,端面抽运的掺Yb双包层光纤激光器的基本理论及其仿真(High power double clad fiber lasers and simulation, end-pumped Yb-doped double-clad fiber lasers basic theory and simulation)
- 2013-08-27 09:47:37下载
- 积分:1