登录
首页 » matlab » Total_variation-regularized

Total_variation-regularized

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

  • DebugDemo
    设置位置断点跟踪程序,VC++精选编程源码,很好的参考资料。(Set breakpoint location tracking procedures, VC++ programming source code, a good reference.)
    2013-11-26 09:57:15下载
    积分:1
  • byxh
    本程序能够综合地实现图像边缘细化,而且程序够复杂。(This procedure can be integrated to achieve the Image Edge thinning, and the procedures complex enough.)
    2008-03-16 10:57:31下载
    积分:1
  • brdf_cal
    基于ENVI和IDL的以HDF形式存储的已角度配准过后的遥感图像的BRDF计算,使用的核为li_transit和ross_thick。同时还有IDL基础教程和ENVI用户手册。(ENVI and IDL in the order based on HDF have been stored in the form of point of registration after the calculation of remote sensing images of the BRDF, the use of nuclear as li_transit and ross_thick. Along with IDL and ENVI user manual Essentials.)
    2010-07-24 15:28:09下载
    积分:1
  • GMMsegmation
    利用高斯混合模型进行视频前景运动目标的提取!请使用自己的AVI文件。(extract the foreground moving object using the Gaussian mixture model)
    2011-07-04 11:24:16下载
    积分:1
  • JPEGCompression
    编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
    2019-02-18 22:58:13下载
    积分:1
  • Image Reconstruction (ART)
    用代数迭代算法ART重建图像,含MATLAB代码(image reconstruction using ART algorithms (MATLAB code))
    2020-07-09 18:58:55下载
    积分:1
  • dip
    一个全面的图像处理平台,基本上具有教课书上所说的所有图像处理算法,并附带一些关键算法!()
    2007-09-25 06:58:20下载
    积分:1
  • TV
    说明:  关于图像修复的一个程序可以实现TV模型的图像修复(Image restoration of TV model can be realized)
    2019-06-03 15:41:12下载
    积分:1
  • hongwaileida
    针对粒子概率假设密度(PH D)滤波算法在虚警、漏检情况下,b标状态估计不稳定和b标可观测性车弱的问题,提出了一种基于序贯融合的粒子PH D滤波方法,利用雷达和红外传感器多目标进行融合跟踪杏基本思想是先对红外传感器进行粒子PH D滤波,丙将红外传感器滤波结果作为雷达的预测值,然后利用P达观测的数据进行更新,这样通过雷达和红外传感器交替上作保证目标状态的可观测性,从滤波器输出结身即可得到目标的状态信息仿真结果表明,在虚警、漏检和密集目标环境下,该方法是有效的和稳健的(The problem of target state estimation instability and observability weakerin the presence offalse alarms and missed detection was deal with. On the basis of sequential fusion, a particleprobabil- ity hypothesis density(PHD) filter for multrsensor multrtarget tracking was proposed. Observed da to collected from the infrared sensor was estimated with the particle PHD filter. Then the results from the filter were set as the radar predicted value by the radar observations. The multrtarget state can be updated to guarantee observing the target state. In this way, the global state is updated at the fusion center. Simulation results show that the proposed algorithm is effective and robust under the false warning, omission and concentrated target environment. )
    2012-03-06 16:27:41下载
    积分:1
  • 6017923462007323212458268938
    图象处理用于对BMP格式的图象进行几何校正.(image processing used to BMP format images geometric correction.)
    2020-07-03 23:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载