登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • PID
    使用matlab设计PID控制器消除系统静态速度误差的方法,主要使用等幅振荡法,并通过WORD给出了传递函数。(PID controller design using matlab static speed error elimination systems approach, the main use of the oscillation amplitude France, and through the WORD gives the transfer function.)
    2013-10-29 20:54:26下载
    积分:1
  • analytic-hierarchy-process
    层次分析法(Analytic Hierarchy Process,简称AHP)是将与决策总是有关的元素分解成目标、准则、方案等层次,在此基础之上进行定性和定量分析的决策方法。(AHP (Analytic Hierarchy Process, the AHP for short) is the elements related to the decision is always broken down into objectives, principles, scheme, such as level, on the basis of the decision-making methods of qualitative and quantitative analysis. )
    2013-12-08 14:45:56下载
    积分:1
  • MLP--RBF
    MLP for Approximation sinc(x,y)=(sin(x)x)*(sin(y)y)
    2014-02-11 00:31:57下载
    积分:1
  • newmark
    newmark b 方法计算地震动反应谱(Newmark b method to shock response spectrum)
    2012-05-23 19:45:54下载
    积分:1
  • jianmosuanfa
    这是关于matlab中常用的算法,希望对大家有帮助(Matlab commonly used algorithms, hope to have everyone help)
    2013-01-31 23:06:32下载
    积分:1
  • pajek
    一个可以把Matlab复杂网络邻接矩阵直接转化为Pajek可以识别的网络文件(.net)很实用,学习复杂网络的可以下载(a programme that can transform the adj_matrix in matlab into .net file that pajek can recognize)
    2010-05-14 12:32:27下载
    积分:1
  • SVM-KM
    一种很容易理解的svm matlab工具箱,可用于分类,回归,并附很多示例。(A very easy to understand svm matlab toolbox, can be used for classification, regression, together with many examples.)
    2007-09-04 20:09:52下载
    积分:1
  • VCandmatlab
    VC与matlab接口编程,介绍了VC与matcom的接口编程,实现了VC调用matcom的一些基本功能,(VC and matlab programing)
    2009-02-27 20:28:46下载
    积分:1
  • matlabprogrammer1
    MATLAB程序设计基础 ,M文件的创建, 非函数文件(脚本文件), 函数文件, 全局变量和局部变量,程序控制流程语句,子函数,交互式程序设计,错误和警告信息,程序优化 (failed to translate)
    2009-04-05 22:08:27下载
    积分:1
  • t2f-and-f2t
    matlab环境下,函数的傅立叶变换和反变换(matlab environment, the function of the Fourier transform and inverse transform)
    2008-07-15 09:37:50下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载