登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • lmsjxx
    lms算法仿真,及其主要性能分析。步长的影响与学习曲线的分析。(lms algorithm simulation, and its main performance analysis. Step of the analysis and the learning curve.)
    2010-12-22 16:08:09下载
    积分:1
  • 111
    多重信号处理算法的DOA测角,信噪比,快拍数,信号源数对功率谱的影响(matlab platform, multi-signal processing algorithms DOA angle, signal to noise ratio, the snapshot number, the source of the power spectrum of several)
    2012-06-11 10:42:49下载
    积分:1
  • Rough-set-code
    粗糙集matlab源码,简短方便。特别适合初学者使用。注释详细。(Rough set matlab source code, a short and easy. Particularly suitable for beginners to use. Notes in detail.)
    2013-02-12 10:16:07下载
    积分:1
  • Maple-and-MATLAB
    用Maple和MATLAB解决科学计算问题,介绍了学习中一些常用的曲线的编程(With Maple and MATLAB to solve problems in scientific computing, describes some common programming learning curve)
    2014-01-20 20:17:18下载
    积分:1
  • abb
    对图像进行离散余弦变化处理,了解余弦变化系数以及余弦变化后回复图像与原图的区别(After the change of image processing discrete cosine understand cosine cosine coefficient of variation and difference with the original image Reply)
    2013-12-21 21:49:10下载
    积分:1
  • ARestimation
    时间序列分析示例程序,用matlab建立AR(P)模型的完整过程,简洁易懂,备注完整。(Time series analysis sample program, using matlab to establish AR (P) model the complete process, easy to read, notes intact.)
    2021-04-04 21:19:04下载
    积分:1
  • mpc_demo_example_20p5
    demo MPC function !!! using Matlab MPC function to control a system based on DMC method.
    2013-12-09 04:37:26下载
    积分:1
  • Least-Squares-Ellipse-Fit
    MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码.附件中的源代码是matlab编写的,实现一种对于椭圆的稳定的数据拟合算法。当然必须要提供至少5个点的数据,椭圆x,y轴的中心点,最大轴最小轴(err)
    2008-06-16 10:37:12下载
    积分:1
  • VOQ_switch_orginal
    本程序是Matlab的Simulink模块程序。模拟虚拟输出队列。是通信建模的入门模块。欢迎大家学习交流(This program is Matlab' s Simulink module program. Analog virtual output queues. Getting Started modules in communications modeling. Welcome to the Learning Exchange)
    2020-12-27 17:39:02下载
    积分:1
  • FEM
    用matlab求解有限元计算,对使用有限元方法计算的内部过程有更深的了解(Using matlab to solve finite element, finite element method for the use of a deeper understanding of internal process)
    2011-10-10 23:24:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载