登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • InvertedPendulumControled
    matlab算法及例程,有pdf文档说明,英文(matlab algorithms and routines, there are pdf documents that, in English)
    2010-12-13 12:59:57下载
    积分:1
  • DFDOC
    system of pv control for basic with error
    2013-11-23 18:55:07下载
    积分:1
  • CH4
    This is a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison. This software has been tested on MATLAB version 6.0 and above with signal processing and communication toolbox options.(This is a GUI based system. The GUI is invoked from the command line by typing " ui_start" . The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is " runsim.m" . In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison. This software has been tested on MATLAB version 6.0 and above with signal processing and communication toolbox options.)
    2011-05-04 09:21:11下载
    积分:1
  • Solution-of-Equations-using-MATLAB_files
    solution of equations in matlab....
    2012-09-18 15:38:44下载
    积分:1
  • Android-BotControl-rev1
    Il existe par ailleurs de nombreuses commandes permettant de contrô ler les palettes de couleurs utilisées pour la représentation graphique, en particulier la commande colormap
    2015-02-02 23:33:49下载
    积分:1
  • matlab_shouce
    matlab函数手册,共300多页,包含了matlab所有重要函数,解释详尽,值得收藏。(matlab function manual, 300 pages, contains all the essential functions matlab, explained in detail, worthy of collection.)
    2010-06-23 21:15:45下载
    积分:1
  • DWT
    对音频信号进行DWT变换,可嵌入水印信息(DWT transform audio signals can be embedded watermark)
    2010-09-02 14:09:03下载
    积分:1
  • Space-TimeProcessingforCDMAMobileCommunications
    Space-Time Processing for CDMA Mobile Communications.Written for research students and design engineers, this book addresses many basic questions related to the use of space-time processing in CDMA-based third-generation systems
    2008-06-20 20:41:24下载
    积分:1
  • Round_tset
    基于均匀圆阵的并在载体方位上LCMV算法仿真(Based on uniform circular array and the carrier bearing on LCMV algorithm simulation)
    2011-07-31 16:46:11下载
    积分:1
  • ch8example2
    说明:  随机数的产生、变换和分布的直方图验证 文件名:ch8example2.mdl(Random number generation, transformation and distribution of the histogram the file name: ch8example2.mdl)
    2010-03-22 11:02:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载