登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

于 2011-01-09 发布 文件大小:29KB
0 270
下载积分: 1 下载次数: 12

代码说明:

  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 )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab-code
    matlab code for mrc and alamouti s code.
    2013-03-07 12:15:33下载
    积分:1
  • math(1)
    syms函数rrrrrrrrrrrrrrrrrrrrrrrrrrrrrr(the syms functions rrrrrrrrrrrrrrrrrrrrrrrrrrrrrr)
    2013-04-18 15:46:05下载
    积分:1
  • ASK
    This good for praticalMATLAB SIMULATION
    2012-01-28 05:24:12下载
    积分:1
  • levy
    基于matlab的 levy 飞行程序,可以有广泛的应用!(levy flight matlab)
    2020-11-25 16:19:33下载
    积分:1
  • baoluofenxi
    采用解调分析方法,从信号中提取调制信息,分析其强度和频次就可以判断研究对象(诸如机械零件)损伤的程度和部位。(Using the demodulation method, the modulation information is extracted from the signal, the strength and frequency analysis can determine the study (such as mechanical parts) and location of the degree of damage.)
    2013-09-30 04:08:32下载
    积分:1
  • 变分法
    提供了详细的说明,有常见的各种变分法模型,其中包含了知识讲解,例题样例,同时提供了一部分代码实现(Detailed instructions are provided. Variational models are common, including knowledge explanations, sample examples, and some code implementations.)
    2020-06-30 12:20:02下载
    积分:1
  • garchkit_20041121
    一个估计garch(1,1)的matlab程序(matlab code for estimating garch(1,1))
    2010-09-20 10:28:13下载
    积分:1
  • AHP
    ahp算法源程序,希望大家一起交流共同进取拉拉阿拉(the program of AHP)
    2014-10-30 16:35:42下载
    积分:1
  • LineFollower
    linefollower program developed in matlab to follow black line
    2010-08-17 17:11:16下载
    积分:1
  • TrajectoryandSpeedControl
    Speed control for a specific trajectory for a robotic manipulator
    2009-05-19 01:11:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载