登录
首页 » matlab » Bregman_Matlab_demo

Bregman_Matlab_demo

于 2014-08-26 发布 文件大小:43KB
0 274
下载积分: 1 下载次数: 96

代码说明:

  这是bregman迭代的小例子,看完之后对图像处理的优化帮助很大,你可以掌握其中的优化算法,很好,很实用(This is the iterative Bregman small example, after reading on the optimization of image processing helps a lot, you can grasp optimization algorithm, which is very good, very practical.)

文件列表:

Bregman_Matlab_demo
...................\error_forgetting_and_cancellation_demo.m,6690,2012-01-20
...................\fpc_bb_for_Bregman
...................\..................\fpc_bb.m,10769,2012-01-16
...................\..................\fpc_bb_opts.m,4969,2007-03-19
...................\..................\fp_bb.m,10939,2012-01-16
...................\fp_for_Bregman
...................\..............\fp.m,6326,2012-01-16
...................\..............\fp_opts.m,3116,2009-07-28
...................\gpsr_for_Bregman
...................\................\GPSR_Basic.m,21922,2008-01-15
...................\................\GPSR_BB.m,23882,2009-01-16
...................\................\source url.txt,75,2012-01-16
...................\mosek_for_Bregman
...................\.................\mosek_uncon_l1.m,2060,2012-01-18
...................\.................\test_run.m,433,2012-01-18
...................\myprint.m,628,2012-01-18
...................\ReadMe.txt,1067,2012-01-20
...................\sparsa_for_Bregman
...................\..................\soft.m,123,2007-12-13
...................\..................\source url.txt,79,2012-01-16
...................\..................\SpaRSA.m,27788,2009-04-21

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

发表评论

0 个回复

  • kuaisuzishiyingyuzhifangfa
    一种快速图像阈值分割法,不是otsu或迭代法,Wellner 1993快速自适应的图像二值化方法,有具体使用方法,很详细(A fast image thresholding segmentation method, not otsu or iterative methods, Wellner 1993 fast adaptive image binarization method)
    2016-09-23 16:00:23下载
    积分:1
  • fdct_wrapping
    曲波变换程序代码,实现图像的曲波分解以及显示,可以去图像进行曲波去噪增强,对彩色图像空间模型转化后提取曲波信息(Qu Bo transform program code, and display the image decomposition Qu Bo, Qu Bo can go to image edge enhancement, color image space model for transforming information extracted after Qu Bo)
    2013-11-05 11:33:51下载
    积分:1
  • MSRCR
    说明:  带颜色恢复的MSR代码,可直接在MATLAB上调用。(MSR code with color recovery can be called directly on MATLAB.)
    2019-12-17 14:59:41下载
    积分:1
  • 之运动目标检测
    说明:  基于matlab实现对将视频以帧为单位截取为图片,用背景差分法进行比对,实现对运动目标的检测。含代码,运算结果。(Based on MATLAB, the video is captured as a picture by frame, and compared with the background difference method to achieve the detection of moving objects. Including code and operation result.)
    2021-03-21 17:39:17下载
    积分:1
  • zxVBQQ2009
    最新版完整模拟QQ截屏的VB源代码,支持截图编辑(可以再截图中画矩形、椎园、文本、箭头);带撤销,重做功能,可以说一点都不比QQ截屏逊色!(The latest version integrity imitates a QQ piece the VB source for hold a code and support cuts diagram editor (can cut again in the diagram draw rectangle, Zhui park, text originally, arrowhead)Take to cancel, do over function, can say at 1:00 an all unlike QQ piece to hold inferior to!)
    2009-06-25 13:31:18下载
    积分: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
  • picture-calibration
    这是图像校正程序,matlab运行环境,是我自己编的,可能没那么完美,还要有改进的地方(This is the picture calibration procedures)
    2012-03-20 11:15:52下载
    积分:1
  • EpipolarGeometryToolbox
    说明:  matlab编写的对极几何约束算法,用来剔除角点跟踪过程中的离散点(matlab prepared for a very geometric constraint algorithm, used to remove corner to track discrete points in the process of)
    2008-10-27 16:55:13下载
    积分:1
  • peizhun
    图像配准。一个遥感图像配准函数。 双线性插值~ (image registration algorithm)
    2020-12-17 16:19:11下载
    积分:1
  • FacesAlign-2.3
    运用于人脸图像预处理中,主要实现功能有:人脸检测,人脸对齐,人脸图像放缩,人脸剪切。(Applied to the face image preprocessing, the main features are: face detection, face alignment, face image zoom, face cuts.)
    2013-10-23 21:26:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载