登录
首页 » matlab » fusion

fusion

于 2021-04-02 发布 文件大小:1718KB
0 233
下载积分: 1 下载次数: 172

代码说明:

  用于实现基于压缩感知在傅里叶系数域上的图像融合(For image fusion based on compressed sensing in the domain of Fourier coefficients)

文件列表:

fusion
......\evaluation
......\..........\entropy_fusion.m,813,2009-06-26
......\..........\Hab.m,996,2007-08-20
......\..........\mutural_information.m,973,2009-06-26
......\im.mat,1870980,2012-08-01
......\main.m,524,2012-08-01
......\Measurements
......\............\At_f.m,718,2008-01-15
......\............\At_fhp.m,613,2008-01-15
......\............\A_f.m,659,2008-01-15
......\............\A_fhp.m,576,2008-01-15
......\............\LineMask.m,832,2008-01-15
......\op
......\..\cgsolve.m,1693,2008-01-15
......\..\tveq_newton.m,5524,2009-06-04
......\..\tvqc_logbarrier.m,3654,2010-11-10
......\..\tvqc_newton.m,5549,2008-01-15
......\pic




......\scheme
......\......\mav.asv,170,2012-07-31
......\......\mav.m,315,2012-07-31
......\......\sd.m,94,2012-07-25

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

发表评论

0 个回复

  • SHAKE_PROOF
    手持式摄像机在使用时常常会受到使用者有意无意抖动的影响,从而影响成像效果,造成录制视频的不稳定及跳动问题,尤其是在使用者在一场景中特写或者跟踪某一具体目标时,使用者通常不能准确定位到或者估计出运动目标的位置,从而造成目标在视频中位置的不稳定,造成视频的主观效果变得不理想。 为了解决这一问题,我们需要设计一种算法来识别这种无意义的运动并设法通过补偿的方式来使得场景中的目标物体保持位置稳定的状态。 手持式摄像机捕获的视频通常都会受到抖动的影响,这严重的影响视频的主观效果。 这里提出的算法可以可靠的用于数字视频的去抖动。这个算法通过识别这些意外的抖动并且利用运动补偿的方法来获得一个较好的视频输出。 这个系统可以分为三个模块:(1)运动估计模块;(2)抖动识别模块;(3)运动补偿模块。 注:代码在matlab 7.7.0(R2008b)运行通过 [1] F Vella, A Castorina, M Mancuso. Digital image stabilization by adaptive block motion vectors filtering, IEEE Transactions on Consumer Electronics, 2002(Handheld cameras are often used by the user intentionally or unintentionally, the influence of jitter affect the imaging results, resulting in instability and beat the problem of recording video, and especially in the user in a scene close-up or tracking a specific target,users often can not accurately navigate to estimate the location of the moving target, resulting in the subjective effects of target location of the instability in the video, resulting in video not ideal. In order to solve this problem, we need to design an algorithm to identify such a meaningless exercise and try to make the object in the scene to keep the position stable state by way of compensation. The handheld camera captured video usually subject to the influence of jitter, the subjective effect of which seriously affect the video. The algorithm proposed here can be reliably used for digital video to jitter. This algorithm by identifying the jitter of these accidents and the use of motion compensation m)
    2012-05-30 12:03:28下载
    积分:1
  • image_matching123
    图像配准,利用互相关的方法进行图像配准,能达到良好效果(Image registration, the use of the cross-correlation method of image registration, and can achieve good results)
    2013-01-06 10:28:30下载
    积分:1
  • weightedmedian
    基于椒盐噪声滤波的改进加权中值滤波算法,目的在于处理高浓度椒盐噪声,并且有效的保护边缘细节(salt and pepper noise filter and weighted)
    2010-09-27 19:20:21下载
    积分:1
  • kuangjia11
    matlab图像处理,可以提取图像轮廓,提取效果好。(matlab image processing, image contour can be extracted, extraction effect.)
    2009-04-21 09:41:15下载
    积分:1
  • Otsu image processing
    利用大津算法对图片进行处理,得到满意的处理效果。(The image is processed by Otsu algorithm and satisfactory results are obtained.)
    2019-04-12 15:45:15下载
    积分:1
  • DMC2C80-V1.1
    VC development motion control routines, vb development 12 axis motion control routines
    2013-12-08 21:55:18下载
    积分:1
  • FastTV
    这是一种对TV模型算法的一种快速改进算法,C++实现,在Code::Blocks下编译成功(This is a TV model algorithm for a fast algorithm, C++ achieve, in the Code :: Blocks compile successfully under)
    2013-09-11 22:49:48下载
    积分:1
  • mstar_conv_tools.rar
    这些程序可以将MSTAR数据库中的数据转换为可是图像,例如JPEG和TIFF,方便SAR图像的处理。(These program can convert the MSTAR data into some images such as jpeg and tiff.It s easy to study sar images.)
    2015-12-16 21:14:53下载
    积分:1
  • 9279535
    用C语言解决TSP问题的源程序是我大二选修数学建模课,课程结束后做大作业也就是选择一个题目,解决一个问题,我选择的是TSP()
    2018-02-05 23:20:13下载
    积分:1
  • inexact_alm_rpca
    RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。目前最有效的算法是ALM(Augmented Lagrange Multiplier)。ALM分为Exact ALM和Inexact ALM。 该代码是Inexact ALM,收敛速度比Exact ALM快!(RPCA (Robust Principal Component Analysis) is used for matrix filling, image denoising. It is currently the most effective optimization method. Currently the most effective method is ALM (Augmented Lagrange Multiplier). There re 2 kinds of ALM: Exact ALM and Inexact ALM. The code is Inexact ALM, faster convergence speed than the Exact ALM!)
    2010-11-02 14:07:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载