登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • matlabshop
    基于Matlab的类photoshop的程序代码,可以直接对图像进行编辑。(Photoshop classes Matlab-based code, you can directly edit the image.)
    2007-07-24 16:27:24下载
    积分:1
  • gaussian_distribution
    discription of the gaussian distrbution
    2010-10-22 03:40:53下载
    积分:1
  • AC-DC-AC
    本仿真是在matlabsimulink完成的,主要功能是实现交-直-交变换,在电力电子变流中具有重要作用,通过变换器能实现风力发电系统功率的平稳输出和风力发电系统的并网(It helps to simulink the whole windturbine)
    2021-02-26 10:39:37下载
    积分:1
  • Graphics
    3d and 2d graphics examples in Matlab
    2012-09-27 00:52:02下载
    积分:1
  • uimenu
    此代码为GUI程序设计中的uimenu的所有例子,可以让初学者迅速的掌握uimenu的使用方法。(This code for the GUI program design uimenu in all the examples, so that beginners can quickly master the use of uimenu.)
    2007-07-17 21:48:05下载
    积分:1
  • Steganographycode
    说明:  secret hiding of data can be done by using this
    2010-07-08 18:29:39下载
    积分:1
  • 5-21
    自适应滤波原理(国外教材)计算机作业的MATLAB程序,调试通过,有一定的参考价值。(Principles of Adaptive Filtering (foreign materials) MATLAB computer operating procedures, testing is passed, there is a certain reference value.)
    2009-06-07 14:36:41下载
    积分:1
  • NNcontroller
    实现神经网络控制的rbf逼近函数,十分经典的一个例子(NNc bijin nonlinear function)
    2009-06-25 00:50:27下载
    积分:1
  • matlab
    四边形八节点等参单元matlab,多用于工程基础编程,较为简单(Quadrilateral eight-node isoparametric elements matlab, used for engineering-based programming, a relatively simple)
    2011-07-19 20:03:02下载
    积分:1
  • bound2im
    在MATLAB环境下对图像二值化处理后对图像进行edge的边缘提取,用于数值图像处理的相关领域中。(In the MATLAB environment on the image binarization edge of the image edge extraction, related fields for numerical image processing.)
    2014-10-20 20:18:21下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载