登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • Polyfit
    可以对于数据进行多次拟合,其功能就是Matlab的Polyfit函数(very useful for poly curve fit)
    2021-02-19 11:59:44下载
    积分:1
  • Object-Tracking
    Color can provide an efficient visual feature for tracking nonrigid objects in real-time. However, the color of an object can vary over time dependent on the illumination, the visual angle and the camera parameters. To handle these appearance changes a color-based target model must be adapted during temporally stable image observations. This paper presents the integration of color distributions into particle filtering and shows how these distributions can be adapted over time. A particle filter tracks several hypotheses simultaneously and weights them according to their similarity to the target model. As similarity measure between two color distributions the popular Bhattacharyya coefficient is applied. In order to update the target model to slowly varying image conditions, frames where the object is occluded or too noisy must be discarded.
    2015-01-22 12:19:53下载
    积分:1
  • tenways
    十种软件滤波.rar介绍了十种软件滤波的方法,不过我建议还是使用模拟滤波方法好.(10 kinds of filtering software. Rar introduction of dozens of software filtering method, but I suggest that the use of analog filtering methods or good.)
    2007-08-29 12:51:20下载
    积分:1
  • 用汉语注释的EMD
    这是用汉语注释的EMD程序,很不错的。% 语法 % IMF = EMD(X) % IMF = EMD(X,..., Option_name ,Option_value,...) % IMF = EMD(X,OPTS) % [IMF,ORT,NB_ITERATIONS] = EMD(...)(This is annotated in Chinese EMD procedures, very good. Syntax IMF = EMD (X) IMF = EMD (X ,..., Option_name, Option_value ,...) IMF = EMD (X, OPTS) [IMF, ORT, NB_ITERATIONS] = EMD (.. .))
    2021-04-19 20:48:50下载
    积分:1
  • matlab
    matlab学习材料,相关编程仿真,可能对初学者有用(matlab learning materials related to simulation programming, may be useful for beginners)
    2009-06-03 11:06:00下载
    积分:1
  • USA_flag
    使用matlab,绘画出美国的星条旗。请运行main文件(use Matlab, painting the stars and the United States. Please operation main document)
    2007-05-06 22:02:18下载
    积分:1
  • genetic
    8 queen program solution , using genetic algorithm,by matlab
    2014-11-30 15:31:16下载
    积分:1
  • chapter2
    (1)matlab入门第一步,基本的matlab操作,轻轻松松进阶matlab((1) matlab Getting a first step, the basic matlab operation, easily advanced matlab)
    2013-12-15 10:54:38下载
    积分:1
  • fem_matlab
    用matlab做的有限元编程的源代码,子例程丰富(Using matlab to do finite element programming source code, extensive subroutine)
    2010-09-09 10:58:49下载
    积分:1
  • fog_enhance
    一种基于大气退化模型的,无需原景物晴天参考图的,图像去雾算法(A fog enhance program without sunny day reference image)
    2011-05-01 13:53:19下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载