登录
首页 » matlab » Total_variation-regularized

Total_variation-regularized

于 2021-05-13 发布 文件大小:24KB
0 368
下载积分: 1 下载次数: 467

代码说明:

  总变分正则化超分辨率重建 包括两种范数形式的正则化(Total Variation Regularized super-resolution reconstruction, including two-norm in the form of regularization)

文件列表:

L1 Total Variation
..................\L1GetDiff.m,2562,2011-03-19
..................\L1GradientBackProject.m,1319,2011-03-19
..................\L1Test.m,1547,2011-03-19
..................\L1TotalVariationSR.m,1066,2011-03-19
..................\LKOFlow
..................\.......\Affine
..................\.......\......\ComputeLKFlowParms.m,986,2010-05-11
..................\.......\......\GaussianDownSample.m,768,2010-05-11
..................\.......\......\GuassianPyramid.m,812,2010-05-11
..................\.......\......\IterativeLKOpticalFlow.m,1585,2010-05-11
..................\.......\......\PyramidalLKOpticalFlow.m,1947,2010-05-11
..................\.......\......\RegisterImageSeq.m,914,2010-05-11
..................\.......\......\ResampleImg.m,463,2010-05-11
..................\.......\ComputeLKFlowParms.m,780,2010-05-11
..................\.......\GaussianDownSample.m,768,2010-05-11
..................\.......\GuassianPyramid.m,812,2010-05-11
..................\.......\IterativeLKOpticalFlow.m,1466,2010-05-11
..................\.......\PyramidalLKOpticalFlow.m,1790,2010-05-11
..................\.......\RegisterImageSeq.m,437,2010-09-13
..................\.......\ResampleImg.m,282,2010-05-11
L2 Total Variation
..................\L2GBP.m,1254,2011-03-19
..................\L2GD.m,2424,2011-03-19
..................\L2Test.m,1508,2011-03-19
..................\L2TVSR.m,1048,2011-03-19
..................\LKOFlow
..................\.......\Affine
..................\.......\......\ComputeLKFlowParms.m,986,2010-05-11
..................\.......\......\GaussianDownSample.m,768,2010-05-11
..................\.......\......\GuassianPyramid.m,812,2010-05-11
..................\.......\......\IterativeLKOpticalFlow.m,1585,2010-05-11
..................\.......\......\PyramidalLKOpticalFlow.m,1947,2010-05-11
..................\.......\......\RegisterImageSeq.m,914,2010-05-11
..................\.......\......\ResampleImg.m,463,2010-05-11
..................\.......\ComputeLKFlowParms.m,780,2010-05-11
..................\.......\GaussianDownSample.m,768,2010-05-11
..................\.......\GuassianPyramid.m,812,2010-05-11
..................\.......\IterativeLKOpticalFlow.m,1466,2010-05-11
..................\.......\PyramidalLKOpticalFlow.m,1790,2010-05-11
..................\.......\RegisterImageSeq.m,437,2010-09-13
..................\.......\ResampleImg.m,282,2010-05-11

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

发表评论

0 个回复

  • NonnegJune2009
    说明:  当前论文主要考虑的是非信号依赖的高斯噪声下的图像恢复,本程序实现了泊松噪声下的图像恢复,泊松噪声为信号依赖噪声,能够更加有效逼近实际成像系统噪声。( This is the code that was used in the papers "A Nonnnegatively Constrained Convex Programming Method for Image Reconstruction", "Total Variation-Penalized Poisson Likelihood Estimation for Ill-Posed Problems", "Tikhonov Regularized Poisson Likelihood Estimation: Theoretical Justification and a Computational Method", "An Efficient Computational Method for Total Variation with Poisson Negative-Log Likelihood", "An Analysis of Regularization by Diffusion for Ill-Posed Poisson Likelihood Estimation," "An Iterative Method for Edge-Preserving MAP Estimation when Data-Noise is Poisson", and finally, "Regularization Parameter Selection Methods for Ill-Posed Poisson Maximum Likelihood Estimation". See my publications page for more details. The main algorithm is for nonnegatively constrained, regularized Poisson likelihood estimation. At this point you can choose Tikhonov, total variation regularization, and diffusion regularization. A number of other methods are also implemented. Regularizatio)
    2020-11-05 19:19:50下载
    积分:1
  • ncut_multiscale_1_4
    ncut分割算法matlab代码,实现图像分割的较好的方法(ncut segmentation algorithm Matlab code to achieve a better image segmentation methods)
    2020-10-29 20:19:56下载
    积分:1
  • SPAMS-matlab-svn.rar
    这是SPAMS的原始代码,是稀疏表示的重要工具箱~(This is SPAMS original code, is an important toolbox sparse representation)
    2013-08-05 16:19:41下载
    积分:1
  • tqwt_matlab_toolbox
    本代码双密度双树复小波的实现,对图像去噪图像压缩起了很好的作用,很不错的源码(The double-density dual tree complex wavelet code implementation of image compression for image denoising very good effects, it is a good source)
    2011-04-19 21:14:20下载
    积分:1
  • SFLCT_SML_fusion
    说明:  改进拉普拉斯能量和的尖锐频率局部化 Contourlet 域多聚焦图像融合方法(Sum-modified-Laplacian-based Multifocus Image Fusion Method in Cycle Spinning Sharp Frequency Localized Contourlet Transform Domain)
    2011-03-01 10:07:55下载
    积分:1
  • digital-image-processing-project-TUMOR-DETECTION
    digital image processing project TUMOR DETECTION
    2012-05-07 07:44:15下载
    积分:1
  • lyapunovexponentofRossler
    说明:  该程序通过雅可比矩阵求解Rossler系统的李雅普诺夫指数指数,并绘制了其频谱图。(The program solves the Lyapunov exponent of Rossler system by Jacobian matrix and draws its spectrum.)
    2021-05-07 22:34:35下载
    积分:1
  • RANSAC
    图像配准算法打包,包括很多经典的配准算法(Image registration algorithm,include many classical registration algorithm)
    2011-10-10 15:43:05下载
    积分:1
  • gkde
    Gaussian Kernel Density Estimation with Bounded Support
    2008-05-22 20:15:32下载
    积分:1
  • stero
    立体匹配,包括计算基本矩阵,极线校正,和SSD计算匹配点(Matching, including the calculation of fundamental matrix, epipolar correction, and SSD calculation of matching points)
    2011-06-01 21:19:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载