-
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
-
MIMLdros
包括MATLAB的代码:MIMLSVM+和E-MIMLSVM+(MIMLdros includes the MATLAB codes of MIMLSVM+ and E-MIMLSVM+ which are MIML algorithms that have been applied to drosophila gene expression pattern annotation. The package contains a Readme file which explains how to use it.)
- 2011-05-12 16:26:52下载
- 积分:1
-
pfc
power factor correction of AC to DC converter ,simulation with Matlab.
- 2010-06-01 06:20:28下载
- 积分:1
-
liewenchilun
此Matlab程序是用于齿轮故障检测,其中包含时域和频域分析等。(This is a Matlab program for the detection gear failure, which includes the time domain and frequency domain analysis.)
- 2021-04-07 22:49:01下载
- 积分:1
-
delaytime_doublechannel1.zar
计算两个声音信号的延时.两个信号不必完全相同,但是要非常类似(Two sound signals calculated delay signal having two identical, but very similar to)
- 2013-07-24 18:27:26下载
- 积分:1
-
auto
通过自动阈值选择方法实现图像二值化。初始阈值T是图像均值;T把图像直方图分成R1和R2两个区域;计算R1和R2均值u1和u2,选择u1和u2均值作新的阈值;重复以上步骤直到T值基本不变。(Automatic Threshold Selection;)
- 2011-12-04 21:05:15下载
- 积分:1
-
wave_jiangzao
该代码可以实现对非平稳水文序列的消噪处理(It may realize the elimination of noise in stochastic hydrological series.)
- 2015-01-22 11:07:20下载
- 积分:1
-
Simulink-
有关Matlab Simulink的详细讲义(The notes on Matlab Simulink)
- 2011-10-21 14:07:15下载
- 积分:1
-
cbir
基于内容的图像检索程序,matlab代码,SVM分类实现,检索效果好,对于研究基于内容检索的学习者用处很大(Content-based image retrieval procedures, matlab code, SVM classification to achieve good retrieval effect, for content-based retrieval research has proved very useful to learn)
- 2013-12-19 17:19:24下载
- 积分:1
-
matlab
针对小流域评价的熵权法matlab程序,请大家放心使用(Entropy method for evaluation of small watershed matlab program, please feel free to use
)
- 2013-03-20 23:31:53下载
- 积分:1