登录
首页 » matlab » Total_variation-regularized

Total_variation-regularized

于 2021-05-13 发布 文件大小:24KB
0 319
下载积分: 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 个回复

  • ENVI
    ENVI是比较常用的遥感图像处理软件,使用该插件,可以使ENVI软件支持HDF5格式的遥感影像,HDF5数据格式是科学计算一体化数据格式,常用于卫星遥感影像的外部存储。(Envi is more commonly used in remote sensing image processing software, use the plugin can enable envi software support the HDF5 format of remote sensing images, the HDF5 data format is scientific computing integration data format, commonly used in satellite remote sensing image of the external storage. )
    2016-07-22 10:52:38下载
    积分:1
  • 主成分分析princomp
    主成分分析的matlab实现,是许多图像处理方法常用的工具之一(PCA matlab realize is that many image processing method of one of the tools commonly used)
    2008-01-31 22:18:28下载
    积分:1
  • periodic-3d-tongzhou-resonanter
    ---三维fdtd程序,采用周期性边界条件(3D fdtd procedures, periodic boundary conditions)
    2021-04-13 15:58:57下载
    积分:1
  • MatlabStitching
    图像拼接的matlab实现,内含有算法的设计文档和源程序等(Matlab implementation, image stitching algorithm design documentation and source code contains)
    2021-01-31 10:48:37下载
    积分:1
  • l1magic-1.1
    对l1最小化的处理,其中包括全面的l1范数的解得算法,运用tv全变分最小的解决方法,适合于单像素以及图像处理的研究者参考。(L1 minimization, including the full L1 norm solution algorithm, the use of TV total variation, the smallest solution, suitable for single pixel and image processing researchers reference.)
    2017-09-08 22:00:18下载
    积分:1
  • digimgprocess
    此压缩包包含了数字图像处理算法的基本M函数和ICE界面定制的M函数。(This package includes the digital image processing algorithms of the basic M function and ICE interface customized M function.)
    2008-01-08 15:29:29下载
    积分:1
  • renlianpeizhun
    人脸图像配准,将同一场景的两幅或多幅图像进行对准,可以实现人脸归一化(Face image registration, the same scene two or more images for the alignment can be achieved face normalization)
    2013-11-08 16:23:40下载
    积分:1
  • yuzhihuafenge
    图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代码就是图像的阈值分割。(The image segmentation is divided into the practical significance of the emerging area of complementary set. In the image segmentation, before the number of image region, the unknown, and after each area in division at the same time satisfy the uniformity and connectivity condition, so the image segmentation is a complicated process now, most research are for a certain type image or a particular application of the division. Image threshold segmentation of the basic idea is to determine a threshold, then put each pixel threshold value of the pixels and compared, according to the result of the comparison the pixel divided into two categories, the prospect (1) or background (0). This method is the key to determine an optimal threshold. Commonly used method to determine the threshold value of direct threshold method, the largest of the variance between method (otsu method), watershed algorithm, the minimum error method, the maximum entropy method, etc. When the code is image threshold segm)
    2011-11-14 21:10:46下载
    积分:1
  • 运动
    说明:  图像去模糊,各种传统滤波算法,逆滤波、维纳滤波、LR算法等等。。。针对图像运动模糊领域(Image to blur, a variety of traditional filtering algorithms, inverse filtering, Wiener filtering, LR algorithm and so on...Aimed at the field of image motion blur)
    2021-01-19 15:02:16下载
    积分:1
  • 基于无损压缩的加密可逆信息隐藏_郑淑丽
    说明:  针对现有方法存在的隐藏容量低、操作不灵活的缺陷,文章提出了一种基于无损压缩的加密图像可逆 信息隐藏算法。(In view of the defects of low hiding capacity and inflexible operation of the existing methods, this paper proposes a reversible information hiding algorithm for encrypted images based on lossless compression.)
    2020-11-05 16:09:52下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载