登录
首页 » matlab » imagefusion

imagefusion

于 2012-03-21 发布 文件大小:1037KB
0 210
下载积分: 1 下载次数: 158

代码说明:

  实现图像融合的一些基本代码 实现了梯度金字塔拉普拉斯金字塔算法的图像融合 (matlab This procedure based on the implementation of the FSD pyramid image fusion algorithm, the effect was not bad, you can reference.)

文件列表:

毕业设计代码
............\addfusion.asv,741,2011-05-27
............\addfusion.m,246,2011-06-04
............\fusion.m,1016,2011-05-27
............\gauss.asv,1521,2011-05-29
............\gauss.m,1393,2011-05-29
............\gui.asv,9903,2011-06-07
............\gui.fig,21022,2011-05-27
............\gui.m,9583,2011-06-07



............\image.mat,157615,2011-11-03
............\lap.asv,608,2011-05-29
............\lap.m,608,2011-05-29


............\low1.jpg,46761,2011-05-27
............\path.mat,330,2011-11-03
............\pretreat.asv,1014,2011-05-20
............\pretreat.m,694,2011-05-23
............\refactory.asv,242,2011-05-21
............\refactory.m,335,2011-05-23
............\sel_h_fusion.asv,860,2011-05-27
............\sel_h_fusion.m,341,2011-05-27
............\sel_l_fusion.asv,372,2011-05-27
............\sel_l_fusion.m,340,2011-05-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Fundamentals_Radar
    雷达信号处理基础教程,对雷达信号基础处理技术提供了简洁、统一、现代的表述,包括信号模型、匹配滤波、脉冲压缩、多普勒处理,阈值检测等。(Fundamentals of Radar Signal Processing)
    2013-03-19 18:35:42下载
    积分:1
  • secaizhuanyi
    运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。(Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.)
    2013-09-15 16:40:26下载
    积分:1
  • LevelSet
    水平集方法的图像边缘检测算法,包括参考论文和matlab的demo及其测试图像(Level set method of image edge detection algorithm, including the reference papers and matlab the demo and test images)
    2008-03-12 22:29:01下载
    积分:1
  • code
    说明:  基于MATLAB语言,计算两幅图像峰值信噪比和均方差。(Computing Peak Signal-to-Noise Ratio and Mean Variance of Image)
    2019-04-15 14:56:35下载
    积分:1
  • fibonacci_t
    用fibonacci变换方法对图象做置乱或逆置乱,效率极高,在信息隐藏中属常用的方法之一。调用函数为f=fibonacci_t(I,r,s),其中参数分别为I=被置乱的图像,r=置乱密钥,s=0置乱,s=1逆置乱(Fibonacci transformation method used to do on the image or inverse Scrambling Scrambling, high efficiency in the information hidden in one of the methods are commonly used. Call the function f = fibonacci_t (I, r, s), which parameters were I = have been scrambling the image, r = scrambling key, s = 0 Scrambling, s = 1 inverse Scrambling)
    2007-10-21 09:32:46下载
    积分:1
  • 0451
    说明:  《visual C++ 开发经验技术宝典》图像锐化处理,主要是将图像的亮度增加,颜色的鲜艳感增强。("Visual C++ development experience Technical Collection," Image sharpening, mainly to increase the brightness of the image, bright sense of color enhancement. )
    2011-02-21 15:16:27下载
    积分:1
  • o7ttd5GC
    易语言动画地图编辑器源码,易语言写的图形图像编程,很好的参考。(Easy language animated map editor source code, easy graphic language programming, a good reference.)
    2013-09-17 10:17:01下载
    积分:1
  • Image-Segmentation-Method
    本文主要研究基于水平集方法的活动轮廓模型图像分割,在回顾活动轮廓模 型发展的基础上,介绍了曲线演化理论及其水平集方法,证明了水平集方法可以 有稳定的数值实现方式且其处理拓扑变化的自然性,进一步引出了变分水平集方 法。 本文介绍了两种不同的几何活动轮廓模型:基于梯度信息的李纯明模型以及 基于区域信息的 Chan-Vese 模型(C-V 模型)。在分析上述两模型的优缺点上,提 出了一种改进的 C-V 模型,改进模型引入了距离约束项,同时对基于区域的外部 能量项进行了改进,使得水平集函数重新初始化寓于模型的演化之中,分割结果 对参数的依赖性减小。 (This paper mainly study image segmentation of active contour model based on level set. After reviewing the development of the active contour model, curve evolution and level set method are presented, then we proved that the level set method has a stable numerical realization and can describe the topology change of the contour naturally, in addition we introduce level set of variational method. We introduce two different GAC models in this paper: Li Chunming model which is based on gradient information and Chan-Vese model (C-V model) which is based on region information. Based on the drawbacks and advantages of these two models, we improve the C-V model by adding penalizing energy term of signed distance function, at the same time, mending the external energy term which based on region information, then the re-initialization of the level set can accomplish in the model evolution, and the degree of the segmentation result depend on the parameters decline. )
    2011-12-20 20:27:30下载
    积分:1
  • a
    说明:  :基于主动轮廓识别和被动轮廓识别方法各自的优缺点,提出结合主动和被动的方法,先对图像进行被动轮廓的预处理,然 后再应用主动轮廓的方法,通过比较选出Canny算子进行预处理,再通过基于概率的方法分割图像,最后再应用Snake模型进行 轮廓提取。并取得较好的应用。(: Identification Based on Active Contour and passive contour recognition advantages and disadvantages of each method, proposed method of combining active and passive, passive first outline of the image pre-processing before applying the active contour method, by comparing the pre-selected Canny operator treatment, and then through the image segmentation method based on probability, and finally application of Snake model for contour extraction. And get better application.)
    2011-06-02 17:14:26下载
    积分:1
  • LBP-TOP
    说明:  微表情识别代码,可以识别高兴,悲伤,痛苦,愤怒等微表情。(Micro expression recognition code)
    2021-03-26 12:19:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载