登录
首页 » matlab » output_of_DCT_in_image_fusion

output_of_DCT_in_image_fusion

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

  • RepeatFCM
    FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分(FCM algorithm is a clustering algorithm based on the division, which makes the idea is to be divided into clusters with the greatest similarity between the object, and the similarity between different cluster minimum. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for the data are divided into hard and fast, and FCM is a soft fuzzy partition)
    2009-03-30 16:35:48下载
    积分:1
  • EmFDTD-v1.2r1
    说明:  外国人开发的电磁时域有限差分方法工具包 Electromagnetic Finite-Difference Time-Domain (EmFDTD) is a basic two-dimensional FDTD code developed at the School of Electrical Engineering, Sharif University of Technology. This code has been written based on the standard Yee s FDTD algorithm. Applications include propagation, scattering, and diffraction of electromagnetic waves in homogeneous and non-homogeneous isotropic media for in-plane propagating waves. Negative permittivites or permeabilities as well as dispersion is not included. Zero, Periodic, and Perfectly Matched Layer boundary conditions may be selectively applied to the solution domain. The program is best suited for study of propagation and diffraction of electromagnetic waves in Photonic Crystal structures. EmFDTD is written in MATLAB language and has been tested under MATLAB 5.0 and higher versions.(Foreigners developed electromagnetic FDTD method Toolkit Electromagnetic Finite-Difference Time-Domain (EmFDTD) is a basic two-dimensional FDTD code developed at the School of Electrical Engineering, Sharif University of Technology. This code has been written based on the standard Yee s FDTD algorithm. Applications include propagation, scattering, and diffraction of electromagnetic wavesin homogeneous and non-homogeneous isotropic mediafor in-plane propagating waves. Negative permittivites or permeabilities as well as dispersion is not included.Zero, Periodic, and Perfectly Matched Layer boundaryconditions may be selectively applied to the solution domain.The program is best suited for study of propagation anddiffraction of electromagnetic waves in Photonic Crystalstructures.EmFDTD is written in MATLAB language and has beentested under MATLAB 5.0 and higher versions.)
    2008-09-04 21:47:49下载
    积分:1
  • kuopin
    扩频调制仿真实验。用matlab2008b进行进行验证,直接打开即可(Spread spectrum modulation experiment simulation)
    2012-05-26 08:22:59下载
    积分:1
  • 97847556interleaver
    program about ofdm for transmitter and receiver signal run using matlab
    2014-02-19 18:40:48下载
    积分:1
  • 3Dray_tracing
    基于matlab做的三维射线追踪的源代码。供大家交流之用。(based on Matlab do 3D ray tracing the source code. For exchange purposes.)
    2006-12-18 18:07:17下载
    积分:1
  • 0-annc_slotine
    book number one in control system (automatique)
    2014-08-23 17:59:56下载
    积分:1
  • GE-0106-Basic-Engineering-II
    basic engineering (electrical and electronics) ppt
    2013-10-21 13:36:11下载
    积分:1
  • Bsplinematlab
    三次样条插值函数的构造与Matlab实现(Cubic spline interpolation function to achieve the construction and Matlab)
    2010-06-29 21:20:06下载
    积分:1
  • 0130085197_CHIPOLLO
    digital image processing using matlab..e-book
    2012-06-25 05:54:36下载
    积分:1
  • WindowDcDemo
    在视图中使用CWindowDC在整个窗口进行绘图,C++精选学习源码,很好的参考资料。(For drawing in the window using CWindowDC in the view, select learning C++ source code, a good reference.)
    2013-11-27 07:37:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载