登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • izigzag_kaiyuan
    图形图象中dct变换中用到的反zigzag扫描原代码是基于matlab中的开发(graphic images used Copy transform the anti-Zigzag scanning source code, which is based on Matlab Development)
    2006-12-11 09:51:10下载
    积分:1
  • tuoyuanbai
    椭圆摆动力学建模,分析椭圆摆的运动轨迹 m文件为参数设置 mdl文件是主程序(Oval pendulum dynamics modeling, analysis, elliptical trajectory of the pendulum)
    2011-10-06 15:32:45下载
    积分:1
  • matlab-toolbox
    MATLAB符号计算工具箱,里面讲到了有关MATLAB符号工具箱的使用及功能(MATLAB symbolic computation toolbox, which talked about the use of MATLAB symbolic toolbox and function)
    2011-10-13 16:10:03下载
    积分:1
  • arrow
    Plot arrow in Matlab
    2013-11-24 03:14:13下载
    积分:1
  • 空间谱估计理论与算法------
    说明:  波达方向处理基础知识加算法程序,很适合新手使用(Basic knowledge and algorithm program of DOA processing)
    2020-02-24 21:03:28下载
    积分:1
  • FastICA_23
    独立成分分析算法,定点独立成分分析。可以用于图像特征提取(fastica algorithm)
    2009-04-03 11:25:36下载
    积分:1
  • matlabctsdts
    用matlab产生cts,dts信号的一个例子程序(an example to use matlab to generate the cts and dts signals)
    2011-07-22 13:22:09下载
    积分:1
  • inpainting-denoisin
    MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran. You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas. MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.
    2011-08-14 19:32:37下载
    积分:1
  • EM_Gaussian
    基于EM算法的高斯混合模型参数估计Matlab算法,(EM algorithm-based parameter estimation of Gaussian mixture model)
    2012-01-28 22:39:30下载
    积分:1
  • shuzhijisuan
    里面有用MATLAB自编的几个数值计算方面的几个程序,有拉格朗日多项式插值法,高斯消去法求解方程组,最小二乘法拟合,复合梯形公式求解数值积分(Some Useful MATLAB self inside the numerical calculation of the number of procedures, Lagrange polynomial interpolation method, Gaussian elimination method for solving equations, least squares fitting, composite trapezoidal formula for numerical integration)
    2010-11-26 11:03:45下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载