登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • zuidashang
    最大熵复原算法,用来处理图形复原重构,以及重建(Maximum entropy restoration algorithm)
    2013-04-13 19:04:14下载
    积分:1
  • IO
    说明:  控制安捷伦矢量信号源,在本地计算机上产生一个信号然后传入信号源,本代码含若干练习性的源代码,结合自己大量的调试经验,在signal1.m中对初学者甚至经常使用的用户极易犯得错误进行了详细标注,(Matlab generate data in the waveform file, downloaded to the Agilent signal sources. By reading it, you will get a lot.)
    2021-01-26 22:38:41下载
    积分:1
  • codes_SBI_DOA
    matlab code for doa estimation
    2020-08-12 16:18:27下载
    积分:1
  • 变步长扰动观察法
    利用S函数实现的变步长电导增量法,需要和模型结合(The variable step length conductance increment method realized by S function needs to be combined with the model)
    2020-12-23 15:59:06下载
    积分:1
  • Traditionalized_Ackley_Functioncode
    Implements the traditional benchmark formulation used in optimization literature
    2010-12-25 17:14:45下载
    积分:1
  • xiaochengxu
    这是用matlab编写的一个源程序,希望对大家有用,不足之处还请大家谅解(This is a source code written in matlab, want to be useful, the inadequacies also please understand)
    2011-11-30 14:22:02下载
    积分:1
  • ecgpuwave-1.3.1.tar
    Most of the algorithms presented in the literature and in this chapter are basically intuitive and are intended to work with ECG signals in accepted clinical conditions, i.e. SNR higher than 18 dB.
    2010-05-23 12:22:12下载
    积分:1
  • DC_Motor_Model
    dc motor model
    2010-08-11 20:15:09下载
    积分:1
  • CPSOieee14
    用粒子群算法进行无功优化,比较实用,希望对大家有帮助,14节点的,(Particle swarm algorithm with reactive power optimization, more practical, we want to help, 14 nodes,)
    2020-12-21 14:29:08下载
    积分:1
  • CH2
    这是《Space-Time Codes and MIMO Systems》书中第二章的源程序,包括mimo信道模型,遍历容量,中断容量以及发射端或接受端具有相关性等程序。(This is the " Space-Time Codes and MIMO Systems" source book, the second chapter, including mimo channel model, ergodic capacity, the outage capacity and the transmission side or the receiving end of relevant procedures.)
    2013-12-22 21:43:28下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载