登录
首页 » matlab » l1magic-1.1

l1magic-1.1

于 2017-09-08 发布 文件大小:395KB
0 208
下载积分: 1 下载次数: 8

代码说明:

  对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.)

文件列表:

l1magic-1.1
l1magic-1.1\.DS_Store
l1magic-1.1\._.DS_Store
l1magic-1.1\Data
l1magic-1.1\Data\boats.mat
l1magic-1.1\Data\camera.mat
l1magic-1.1\Data\RandomStates.mat
l1magic-1.1\l1dantzig_example.m
l1magic-1.1\l1decode_example.m
l1magic-1.1\l1eq_example.m
l1magic-1.1\l1magic_notes.pdf
l1magic-1.1\l1qc_example.m
l1magic-1.1\Measurements
l1magic-1.1\Measurements\At_f.m
l1magic-1.1\Measurements\At_fhp.m
l1magic-1.1\Measurements\A_f.m
l1magic-1.1\Measurements\A_fhp.m
l1magic-1.1\Measurements\LineMask.m
l1magic-1.1\Optimization
l1magic-1.1\Optimization\cgsolve.m
l1magic-1.1\Optimization\cgsolve2.m
l1magic-1.1\Optimization\l1dantzig_pd.m
l1magic-1.1\Optimization\l1decode_pd.m
l1magic-1.1\Optimization\l1eq_pd.m
l1magic-1.1\Optimization\l1qc_logbarrier.m
l1magic-1.1\Optimization\l1qc_newton.m
l1magic-1.1\Optimization\tvdantzig_logbarrier.m
l1magic-1.1\Optimization\tvdantzig_newton.m
l1magic-1.1\Optimization\tveq_logbarrier.m
l1magic-1.1\Optimization\tveq_newton.m
l1magic-1.1\Optimization\tvqc_logbarrier.m
l1magic-1.1\Optimization\tvqc_newton.m
l1magic-1.1\README
l1magic-1.1\tvdantzig_example.m
l1magic-1.1\tveq_example.m
l1magic-1.1\tveq_phantom_example.m
l1magic-1.1\tvqc_example.m
l1magic-1.1\tvqc_quantization_example.m

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

发表评论

0 个回复

  • lane-detect
    canny边缘检测,还有车道线检测。效果还可以。(canny edge detection, and lane detection. The effect can be.)
    2014-01-14 16:44:00下载
    积分:1
  • stimulated
    利用SBS产生任意形状滤波器,例如矩形滤波器,高斯型滤波,超高斯滤波器等(SBS to generate arbitrary shape filter, such as a rectangular filter, Gaussian filter, super-Gaussian filter)
    2013-04-07 19:30:42下载
    积分:1
  • ER_Ex
    刀刃法获取靶标图像的MTF,PSF.适用于遥感图像中的MTF提取。(The blade method for target images MTF, PSF. Apply to the remote sensing image MTF extraction.)
    2011-12-19 23:39:38下载
    积分:1
  • NcutClustering-谱聚类和SVM相结合的分割程序
    说明:  基于谱聚类和SVM相结合的图像分割程序,在matlab2016b中运行成功(Image segmentation program based on spectral clustering and SVM)
    2019-11-21 16:18:08下载
    积分:1
  • goodcode2
    vc++图像处理原程序:图片亮度增减源代码(vc original image processing procedures : Photo brightness change source code)
    2007-04-25 20:30:19下载
    积分:1
  • SLICsuperpixel
    自己编写的SLIC超像素分割,包括图片,论文(SLIC superpixel algorithm written by myself)
    2017-02-26 18:00:23下载
    积分:1
  • FDCT
    第二代离散曲波变换的源程序,包括图像处理中的应用(Second-generation discrete curvelet transform of the source, including the application of image processing)
    2010-12-06 22:59:08下载
    积分:1
  • efficient_subpixel_registration
    说明:  此算法可以实现任意两个图像的配准(整体平移) (This algorithm can achieve any two image registration (the overall translation))
    2009-07-31 12:42:01下载
    积分:1
  • src
    说明:  ORB-SLAM 基本延续了 PTAM 的算法框架,但对框架中的大部分组件都做了改进, 归纳起来主要有 4 点: ORB-SLAM 选用了 ORB 特征, 基于 ORB 描述量的特征匹配和重定位, 都比 PTAM 具有更好的视角不变性。此外, 新增三维点的特征匹配效率更高, 因此能更及时地扩展场景。扩展场景及时与否决定了后续帧是否能稳定跟踪。ORBSLAM 加入了循环回路的检测和闭合机制, 以消除误差累积。系统采用与重定位相同的方法来检测回路(匹配回路两侧关键帧上的公共点), 通过方位图 (Pose Graph) 优化来闭合回路。PTAM 需要用户指定 2 帧来初始化系统, 2 帧间既要有足够的公共点, 又要有足够的平移量. 平移运动为这些公共点提供视差 (Parallax) , 只有足够的视差才能三角化出精确的三维位置。ORB-SLAM 通过检测视差来自动选择初始化的 2 帧。PTAM 扩展场景时也要求新加入的关键帧提供足够的视差, 导致场景往往难以扩展. ORB-SLAM 采用一种更鲁棒的关键帧和三维点的选择机制——先用宽松的判断条件尽可能及时地加入新的关键帧和三维点, 以保证后续帧的鲁棒跟踪; 再用严格的判断条件删除冗余的关键帧和不稳定的三维点,以保证 BA 的效率和精度。(Orb-slam basically continues the algorithm framework of PTAM, but most of the components in the framework have been improved, which mainly includes four points:)
    2020-06-11 23:43:54下载
    积分:1
  • color
    基于图象灰度变换、直方图均衡、伪彩色增强的增强算法(Based on the image gray level transformation, histogram equalization, pseudo-color enhancement of the enhancement algorithm)
    2012-05-24 10:33:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载