登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • rcs_frustum
    雷达截面积————————平截体后向散射RCS(Truncated body backscatter RCS )
    2011-05-10 17:48:49下载
    积分:1
  • Desktop
    说明:  最大流问题,一种组合最优化问题,就是要讨论如何充分利用装置的能力,使得运输的流量最大,以取得最好的效果。求最大流的标号算法最早由福特和福克逊于1956年提出,20世纪50年代福特、福克逊建立的“网络流理论”,是网络应用的重要组成成分。(Maximum flow problem, a combinatorial optimization problem, is to discuss how to make full use of the capacity of the device to maximize the flow of transport in order to achieve the best results. The labeling algorithm for maximum flow was first proposed by Ford and Fulkerson in 1956. The network flow theory established by Ford and Fulkerson in 1950s is an important component of network application.)
    2019-06-28 10:29:03下载
    积分:1
  • transform
    matlab例程,实现将图像样本转换成libsvm数据格式,并写入txt文件(附有测试和训练数据)(matlab routine to achieve the image samples into libsvm data format, and write txt file (with the test and training data))
    2011-05-17 10:58:27下载
    积分:1
  • GMII-matlab
    一个GM(1,1)模型的程序,添加到matlab目录中即可直接调用.附有一个关于灰色模型的简述文档,可对GM(1,1)原理有一个初始的了解.(A GM (1,1) model of the process, added to the matlab directory can be called directly. Accompanied by a brief description of the gray model on the document, can GM (1,1) principle have an initial understanding.)
    2007-09-23 09:04:52下载
    积分:1
  • codes
    分数阶系统的计算工具,解决一般解及动力学行为的问题(tools for solving fractional-order systems)
    2010-09-27 16:21:55下载
    积分:1
  • main
    kalman滤波器的制作及仿真实现,这是主函数,运行即可(kalman filter and simulation of the production, which is the main function, you can run)
    2011-09-16 12:52:44下载
    积分:1
  • roc
    在信号检测与估计中利用roc曲线更加的使我们易于理解。利用matlab编写了roc曲线(Use roc curve signal detection and estimation makes us more easily understood. Roc curve prepared using matlab)
    2021-03-31 23:19:08下载
    积分:1
  • SimMechanics
    采用matlab中simulink下的simmechanics模块进行机构仿真的PPT文档和模型文件(Simulink with matlab in institutions under the simmechanics module simulation model file documents and PPT)
    2011-05-30 20:48:23下载
    积分:1
  • matlab
    matlab仿真关于卡尔曼滤波的源代码 (matlab simulation example )
    2009-02-12 21:30:25下载
    积分:1
  • nnewmark
    matlab for student and teacher
    2011-12-08 20:21:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载