登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • Optical_MammographyAB2
    Optical Mammography Image Enhancment
    2010-01-27 06:52:26下载
    积分:1
  • rda
    雷达sar成像的距离多普勒算法的仿真测试,进行径向脉冲压缩的测试(range doppler algorithm test)
    2012-09-27 12:34:13下载
    积分:1
  • 1--MATLAB7.0-Basic-Tutorial
    Matlab经典入门教程1,帮助初学快速入门,进而掌握它。(Matlab tutorial 1, to help beginners get started quickly, then grasp it.)
    2013-11-08 09:34:50下载
    积分:1
  • code
    MATLAB code to recognise characters
    2013-11-15 18:53:02下载
    积分:1
  • PVMPPT_1
    光伏发电的MPPT模型,用到了S-FUNCTION(Photovoltaic power generation MPPT model, use the S-Function)
    2013-05-01 20:55:57下载
    积分:1
  • wavelet_example
    对比各种小波变换的效果,B为输入的原始数据,需要自己添加数据并设置为B(Comparative effects of various wavelet transform, B is the input original data, and the data they need to be added to B)
    2015-03-24 22:39:48下载
    积分:1
  • cdma
    此程序为CDMA的MATLAB仿真程序,在不同扩频码和路径下的仿真,对学习CDMA者有一定帮助(This program of MATLAB simulation program for the CDMA, the different spreading code and path of the simulation, those who have some learning to help CDMA)
    2010-08-05 15:59:50下载
    积分:1
  • rx_phase_tracker
    数据辅助的载波相位跟踪,在第n个接收符号的DFT之后,导引子载波等于信道频率响应和已知符号的乘积根据余下的频率误差旋转以后的结果。(Data-aided carrier phase tracking in the first n months after receiving DFT symbols, guided subcarriers equivalent channel frequency response and known symbol of the product in accordance with rotation frequency error remaining after the results.)
    2008-05-21 15:18:30下载
    积分:1
  • matlab_walsh
    函数通过输入信号序列和函数序号,以及调制解调选择参数来完成扩频调制解调。original_seq是原始输入序列,可能是未调制序列,也可能是调制序列,walsh_num是walsh函数的序号,select选择对输入的序列进行调制还是解调。(function through the input signal sequence and function of the serial number and choice of modulation and demodulation parameters to complete spread spectrum modulation and demodulation. Original_seq is the original input sequence may not be modulated sequence, and may also be modulated sequence, walsh_num walsh function of the serial number, select choice of input sequence modulation or demodulation.)
    2007-01-15 15:28:59下载
    积分:1
  • program
    合成孔径雷达成像的三个经典算法matlab仿真。包括RD算法,Chirp Scaling算法,wK算法。程序正确,注释清晰。(Synthetic aperture radar imaging of three classical algorithm matlab simulation. Including RD algorithms, Chirp Scaling Algorithm, wK algorithm. Program correctly, clear notes.)
    2014-03-12 14:36:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载