登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • chaoliujisuanchengxu
    这是一段matlab程序,主要目的是为了完成matlab的潮流计算(This is a period of matlab procedures are in order to achieve the main purpose of the power flow calculation matlab)
    2009-03-23 20:41:14下载
    积分:1
  • matlab
    MATLAB在物理、经济、生活方面的应用,如交流电、调谐震荡电路分析、广告效益等等(MATLAB in the physical, economic, and life applications, such as alternating current, the tuning oscillator circuit analysis, advertising effectiveness, etc.)
    2010-10-31 17:15:11下载
    积分:1
  • lizi2
    说明:  采用白噪声作为输入,最小二乘算法,并用于求解丢潘图方程(Using white noise as input, least squares algorithm, and graph equations for solving lost Pan)
    2010-04-27 19:07:38下载
    积分:1
  • Clustering
    MATLAB FUZZY CLUSTRING
    2014-02-18 00:04:26下载
    积分:1
  • compression_3
    说明:  在神经网络中用求协方差矩阵的方法对人脸图像进行压缩及恢复(In the neural network covariance matrix using the method of face image compression and restoration)
    2010-05-05 09:33:10下载
    积分:1
  • MSEN
    混沌理论多尺度熵matlab实现函数,内附典型应用文章一篇。(Chaos theory matlab realize multiscale entropy function, enclosing a typical application of the article.)
    2014-12-03 17:02:24下载
    积分:1
  • lle
    基于邻域嵌入式的降维 充分利用matlab矩阵的功能 程序简捷(Neighborhood-based embedded full advantage of dimension reduction procedures for simple matlab function matrix)
    2009-11-27 10:05:36下载
    积分:1
  • zhifangtuchuli
    说明:  这是一个直方图处理的小程序,用MATLAB编的,没有用到MATLAB自身的一些函数(This is a histogram of the small program using MATLAB series, MATLAB did not use some of its own function)
    2006-03-26 23:08:45下载
    积分:1
  • 332
    求变换的幅值相位频谱,以及一些已经调好的程序实例。(Beg transform amplitude spectrum, and some have phase tone good program examples.)
    2011-05-04 22:40:35下载
    积分:1
  • HEV_powertrain_2010
    混合动力车模型,并联混合动力汽车模型,包括发动机,电动机,能量管理系统和整车动力学模型(HEV powertrain model)
    2011-05-20 21:26:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载