登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • muller
    用muller算法求解非线性方程的根 已知方程f(x)=0的三个近似根,以这3点为节点构造二次插值多项式的一个零点作为近似根; 不断迭代计算直到满足精度为止;(Solving the roots of nonlinear equations with Muller algorithm)
    2010-11-18 12:11:00下载
    积分:1
  • depthedge
    code for depth edge detection algorithm
    2009-05-12 12:46:35下载
    积分:1
  • APSO
    一个比较好的APSO代码,MATLAB程序(A better APSO code, MATLAB program)
    2012-08-23 17:08:27下载
    积分:1
  • fuzzyPID
    针对PID控制模型,使用模糊控制方法对PID的参数自适应优化,属于基于模糊自适应PID控制算法程序(For the control of the PID model, using the parameter optimization of adaptive fuzzy control method for PID, which belongs to the fuzzy adaptive PID control algorithm program based on)
    2014-11-03 05:35:09下载
    积分:1
  • 2222
    与marlab有关的牛顿插值问题 很经典的例程 给广大爱好者一臂之力(With marlab the classic Newton interpolation routines to large hand fans)
    2010-05-12 00:28:30下载
    积分:1
  • KF
    说明:  经典的滤波算法 程序主要用于目标跟踪方面(KF object tracking)
    2010-10-12 10:13:06下载
    积分:1
  • MATLAB-sins
    利用matlab编写的捷联惯导程序,可以做参考,参考价值大(Prepared using matlab SINS program, you can do reference, reference-value)
    2011-06-06 17:31:12下载
    积分:1
  • trainlm
    使用MATLAB语言写的,LM算法,将LM算法应用于神经网络的训练,大幅提高速度(Using MATLAB language, LM algorithm)
    2012-05-18 21:48:09下载
    积分:1
  • matlab20
    说明:  关于matlab和RS方面的文献,对于做遥感应用很有益,比较好。(Matlab and RS on the literature, for remote sensing applications is very useful to do, better.)
    2009-08-19 23:09:42下载
    积分:1
  • matlabexample
    说明:  matlab 的实例程序100例 -32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇(matlab examples of procedures for 100 cases of-32 is: graphics application papers 33-66 are: interface design articles 67-84 is: graphics processing chapter 85-100 is: Numerical Analysis Section)
    2008-11-18 16:42:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载