登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • image2
    Matlab source code related to jpeg. which is useful for the developers .. for the basic image filetypes
    2009-04-30 20:00:00下载
    积分:1
  • lec4
    We prop ose d a simple relaxe d optimizatio n problem for finding the maxim um margin s ep­ ar ator when some of the examples may b e misclassified
    2013-12-02 14:32:38下载
    积分:1
  • lo
    说明:  在低仰角的情况下,海面的杂波振幅特性满足对数正态分布。本程序就产生这样的杂波(At low elevation, the sea clutter amplitude characteristics to meet the lognormal distribution. This procedure resulted in such a clutter)
    2009-03-24 19:06:55下载
    积分:1
  • MATLABVB
    以一个BP神经网络进行函数逼近为例,通过COM组件实现MATLAB与VB应用程序的混编接口技术。(A BP neural network function approximation for example, through the COM components with VB realize MATLAB application interface technology mixed.)
    2008-03-20 17:18:54下载
    积分:1
  • AffProp
    基于高斯过程的约束谱聚类,lu zhengdong的论文cvpr08的实现代码,算法可以直接运行,其中含有两个demo(constrained spectral clustering through affinity propogation)
    2011-09-18 19:10:41下载
    积分:1
  • zuoye
    此程序实现的是对一幅图像进行卡尔曼滤波实现多天线时变信道下基于卡尔曼滤波跟踪的数字图像通信系统仿真(Realize this procedure is the image of a Kalman filter to achieve multi-antenna time-varying channel tracking based on Kalman filtering of digital image communication system simulation)
    2007-09-01 16:58:26下载
    积分:1
  • turbo_c_matlab
    Turbo码的C语言仿真以及matlab仿真,非常好的程序 (Turbo Code C-language simulation and matlab simulation, a very good program)
    2010-12-16 10:42:00下载
    积分:1
  • gray-model
    gary model,FOR MATLAB(GM(1,1),GRAY MODLE)
    2011-07-12 09:44:55下载
    积分:1
  • Desktop
    fading channel .....................
    2011-10-04 16:59:21下载
    积分:1
  • Fiber-Bragg-Grating-Filter
    一个简单的,低成本的装置的设计优化 对均匀光纤布拉格光栅的布拉格波长 光栅(FBG)。调谐范围是通过 为45.34 nm的基于一个原则 在强度均匀矩形梁 模拟。 (A simple, low cost setup was designed for tuning the Bragg wavelength for a uniform fiber Bragg grating (FBG). The tuning range was achieved by as much as 45.34 nm based on the principle of a rectangular beam of uniform strength in the simulation.)
    2013-09-27 11:00:53下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载