登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

于 2011-01-09 发布 文件大小:29KB
0 279
下载积分: 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 个回复

  • Arithmetic
    一个详尽的算术编码的matlab仿真程序。(A detailed arithmetic coding matlab simulation program.)
    2007-09-11 21:19:19下载
    积分:1
  • part3
    北工大matlab电子课件,陆续还有好多,很全的,希望大家下个痛快(err)
    2007-12-28 12:59:18下载
    积分:1
  • 08041107
    基于随机共振的弱信号检测,sr为龙格库塔方法解方程,rs为检测的主程序(Based on stochastic resonance in weak signal detection, sr for the Runge-Kutta method to solve the equation, rs for the detection of the main program)
    2010-02-07 01:37:24下载
    积分:1
  • cooperativecommunincationofDFmatlabProgram
    说明:  根据经典的协作通信原理,对其中的一种DF传输方式进行了matlab仿真(According to classic principles of collaborative communication on one of DF transmission methods matlab simulation)
    2008-10-31 00:46:20下载
    积分:1
  • ltexingdaoguji
    LTE系统中下行信道信道估计,里面有详尽的仿真程序,非常适合初学者。(The downlink channel estimation in LTE system, there are simulation program in detail, very suitable for beginners.)
    2014-08-20 13:21:42下载
    积分:1
  • Random_Matrix_Theory_and_Wireless_Communications
    说明:  普林斯顿大学无线通信著名教授Verdu的经典代表作,绝对的好书!(Princeton University Professor Verdu wireless communications known classical masterpieces, absolute good book!)
    2010-04-27 13:01:36下载
    积分:1
  • matlab
    matlab代码 迭代法求解非线性方程 用不动点迭代法求非线性方程组的一个根(matlab code iterative method for solving nonlinear equations using fixed point iteration method for solving nonlinear equations of a root)
    2013-11-18 13:02:37下载
    积分:1
  • TrafficSimulating
    原胞自动机模拟程序 可以应用于单车道或者多车道 单车道主要 包括信号灯 跟随 多车道可以包含变道 (program for overtaking using CA model)
    2014-02-09 22:44:00下载
    积分:1
  • baham1
    Induction motor matlab simulation in simulink with and without core loss effetct are attached
    2009-09-23 09:31:30下载
    积分:1
  • PAliangzhen
    说明:  该代码为灰度投影算法进行两帧图像的匹配及配准的代码(The code for the gray projection algorithm and the two images match registration code)
    2011-03-08 10:54:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载