登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • FaceeyeetectionEy
    实现对眼睛的识别,以及实现多帧图像的连续跟踪。用matlab实现,里面有测试图片。(To achieve recognition of the eyes, as well as the realization of multi-frame images of continuous tracking. Using matlab to achieve, there are test images.)
    2009-01-06 23:15:54下载
    积分:1
  • code
    Matlab code for audio coding
    2013-01-30 16:22:36下载
    积分:1
  • rd_SAR001
    改进的合成孔径雷达成像,可实现大斜视的成像,有点目标的仿真!(about missile-borne SAR ,verified by matlab,maybe useful.)
    2015-09-07 09:23:46下载
    积分:1
  • xtbs
    用matlab开发的系统辩识原代码。利用最小二乘法实现辩识.(Using matlab developed the original system identification code. Realize the use of least squares identification.)
    2007-08-05 20:23:59下载
    积分:1
  • MATLAB
    MIMO-OFDM信道容量MATLAB程序(MIMO-OFDM channel capacity MATLAB program)
    2013-12-02 15:03:28下载
    积分:1
  • keystone-demo
    基于keystone算法的距离迁徙校正,用于SAR成像中插值运算(Migration distance keystone correction algorithm for SAR imaging interpolation)
    2020-08-17 21:28:28下载
    积分:1
  • Matlab-ppt20090224
    matlab讲义,附带部分源代码,是一份不错的学习matlab资料,哪个学校的忘记了。(matlab handouts, incidental part of the source code, is a good study matlab data, which schools have forgotten.)
    2009-02-24 10:55:57下载
    积分:1
  • MATLABMfile
    MATLAB M文件例子 最简单的精通MATLAB工具箱的函数之一提出了一个共同的问题。MATLAB函数gcf返回当前图形的句柄。但是,它有一个副作用。如果图形不存在,gcf就创建一个,并返回它的句柄。如果想寻找一个图形是否存在于头一个位置,要是没有,又不得不创建,怎么办?函数mmgcf正好实现由其内容所描述的工作。(MATLAB M file example of the simplest function of proficiency in one of MATLAB toolbox put forward a common problem. MATLAB function to return to the current GCF handle graphics. However, it has a side effect. If the graph does not exist, gcf on to create one and return its handle. If you want to find a graphic exist in the first position, if not, they have created, how should I do? Function mmgcf realize its content is described.)
    2008-05-05 16:28:04下载
    积分:1
  • Variable-step-size-LMS-algorithm-
    变步长LMS算法性能比较与仿真.希望有帮助(Variable step size LMS algorithm performance compared with the simulation. Hope that helps)
    2011-05-15 20:35:58下载
    积分:1
  • haar
    this can be used to get discription about haar wavelet
    2011-07-16 22:24:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载