登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • harrisgai
    基于harris 的图像角点提取,并做改进,限制小区域内最多特征点数量(feature extraction by harris)
    2013-03-07 21:00:01下载
    积分:1
  • Burg
    自己编写的现代谱估计方法中的Burg算法,并和MATLAB中的函数pburg函数进行对比,两个函数性能相当,便于大家学习掌握这个算法。(Modern spectral estimation methods have written Burg algorithm, and MATLAB functions pburg function comparison, the performance of the two functions is quite near to make you master this algorithm easily.)
    2021-04-23 17:08:48下载
    积分:1
  • ISE_error
    ISE一些常见错误的描述,以及相关的解决办法(ISE WARNING and ERROR common and its solutionISE for some typical mistakes in parsing)
    2011-12-06 20:52:48下载
    积分:1
  • imGeodesicDistance
    Calculate geodesic distance
    2012-02-09 16:22:39下载
    积分:1
  • LTE-MIMO
    mimo+ofdm的功能仿真,实现基本的通信工呢(mimo+ ofdm functional simulation, the basic means of communication to achieve it)
    2011-10-01 11:21:49下载
    积分:1
  • s882211MatlabProject
    Least Mean Square using matlab
    2009-12-29 00:55:01下载
    积分:1
  • 二次规划问题和MATLAB函数quadprog的使用小结
    说明:  二次规划问题和MATLAB函数quadprog的使用小结(Summary of quadratic programming problem and the use of Matlab function quadprog)
    2020-05-13 22:11:01下载
    积分:1
  • FuzzyNeuralNetworkOnTemperature
    钢坯出炉表面温度,基于自适应网络的模糊推理系统,模糊聚类,步长, 仿真模型(Released billet surface temperature, based on adaptive network fuzzy inference system, fuzzy clustering, step, simulation model)
    2007-12-02 15:43:36下载
    积分:1
  • power_3phPWM3level
    It is a power pwm technique.
    2014-11-05 17:28:59下载
    积分:1
  • chuanshuxian
    带挡板的平行板传输线二维FDTD仿真.给大家做个参考(Baffle with two-dimensional parallel-plate transmission line FDTD simulation. For everyone to be a reference )
    2011-12-09 02:13:33下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载