登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • qiumianbo
    关于球面波的传播演示的matlab源程序,在大学物理中很有用(the matlab source code for sphere wave flash,it is usful)
    2021-03-30 09:59:10下载
    积分:1
  • fushucdtu
    只要输入低通滤波器系数,可画有负数尺度的多尺度函数的图象(As long as the importation of low-pass filter coefficient, can be painted a negative multi-scale image scaling function)
    2007-12-26 13:48:05下载
    积分:1
  • Mie
    均匀球形粒子的Mie理论散射光强计算程序: 1.RB1.m 计算第一类Ricatti-Bessel函数的函数 2.RB2.m 计算第二类Ricatti-Bessel函数的函数 3. Alegendr.m 计算角函数 和 的函数 4. MieCoeff.m 计算米尔系数的函数 5. Amp.m 计算散射光复振幅的函数 6. MieIntensity.m 画均匀粒子散射角-光强图 (Uniform spherical particle Mie theory scattering intensity calculation procedures: 1. RB1.m calculate the first class Ricatti-Bessel function of the function 2. RB2.m calculate the second category Ricatti-Bessel function of the function 3. Alegendr.m computing angle functions and function 4. MieCoeff.m Mill coefficient calculation function 5. Amp.m calculate the scattering amplitude recovery function 6. MieIntensity.m Painting uniform particle scattering angle- light intensity diagram)
    2013-10-05 14:26:10下载
    积分:1
  • RLS
    基于最小二乘法的参数辨识,该模型为二阶模型(Parameter identification based on the method of least squares for second-order model)
    2013-03-26 22:38:59下载
    积分:1
  • mixed
    matlab code for dc motor design 5
    2012-09-15 17:36:11下载
    积分:1
  • abbe_filter
    利用matlab仿真阿贝滤波与空间滤波实验,文件夹中包含了对一维、二维光栅和图形的仿真(Abbe filter using matlab simulation experiments with spatial filtering, the folder contains a one-dimensional, two-dimensional raster and graphic simulation)
    2015-01-09 12:29:47下载
    积分:1
  • ghjk
    8psk modulation is done using simulink model in this document. hope u get knowledge
    2013-02-05 12:18:22下载
    积分:1
  • tulun1
    图论算法,matlab实现.用 Warshall-Floyd 算法(Graph theory algorithm, matlab to achieve)
    2014-09-22 08:16:04下载
    积分:1
  • PLS_Toolbox21
    this is one of the matlab toolbox
    2012-04-02 23:31:55下载
    积分:1
  • Linear-programming
    线性规划基本程序,有利于工程技术人员,学生。老师等编写程序(Linear programming basic program, it is helpful for engineering and technical personnel, the students and the teacher to write programs)
    2012-04-12 21:56:05下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载