CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image matting code

搜索资源列表

  1. guided-filter-code

    0下载:
  2. 本文提出了一种滤波源码来简化图像抠图中的一个大型稀疏矩阵算法,从而优化了算法,提高了效率。-This paper presents a filter in the source code to simplify the image matting, a large sparse matrix algorithm, to optimize the algorithm and improve efficiency.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2187485
    • 提供者:Sainan Zhang
  1. 61IC_H733

    0下载:
  2. 数字图像抠图源代码,是由一个外国人写的,非常好用,我希望能和大家一起分享-digital image matting matlab code written by a foreigner,it is very useful and I would like to share with everyone
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14643811
    • 提供者:朱家骥
  1. chap1_5 贝叶斯抠图

    3下载:
  2. 贝叶斯抠图,依次打开原图和trimap图,点抠图即可运行。绝对能够运行,另外就是有些调试信息没有去除,大家运行时不用理就行。再鄙视那些上传源码不完整的,浪费人感情!-Bayesian matting, and then click open the original image and the diagram, point matting to run. Definitely be able to run, the other is not some place debugging inform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-11
    • 文件大小:11812541
    • 提供者:yuan
  1. GUI

    0下载:
  2. 一个matlab实现的image matting的代码。包括Possion matting等四种不同的matting算法的实现。-Achieved a matlab code image matting. Possion matting, such as including four different types of matting algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2205009
    • 提供者:zhao mingxi
  1. matting

    1下载:
  2. 图像抠图是将图像的目标物体从背景图像分割出来的技术,这段代码是用MATLAB实现的一段抠图的代码-Image matting is the image of the target object from the background image segmentation techniques, this code is implemented using MATLAB code section of matting
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-10-30
    • 文件大小:3331369
    • 提供者:黄鹏
  1. image-dehazing-based-on-opencv

    1下载:
  2. Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaiming He, Jian Sun, Xiaoou Tang
  3. 所属分类:OpenCV

    • 发布日期:2014-01-10
    • 文件大小:75972
    • 提供者:张东海
  1. spectralMattingCode

    1下载:
  2. 用于数字抠图的源代码,外国人写的,非常好用-image spectral matting code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-11
    • 文件大小:14664671
    • 提供者:沈郑燕
  1. NaturalMatting

    0下载:
  2. The missing code with resources on http://www.alphamatting.com, matlab implementation for [1] A. Levin D. Lischinski and Y. Weiss. A Closed Form Solution to Natural Image Matting.
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3331969
    • 提供者:
  1. SpectralMatting-code.tar

    1下载:
  2. 实现了Anat Levin的Spectral Matting代码-the code of Spectral Matting
  3. 所属分类:Special Effects

    • 发布日期:2014-11-17
    • 文件大小:19115601
    • 提供者:张婕
  1. softmatting

    0下载:
  2. 本文提出了一个关于图像抠图的方法,它的抠图效果不错,而且作者的主页上提供了MATLAB的源码,可以看一下。-This paper presents a method on the image matting, matting it well, and the author' s home page provides a MATLAB source code, you can see it.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-14
    • 文件大小:4226520
    • 提供者:lan0ca
  1. imageInpaint

    0下载:
  2. 图像修复,抠图,提取对象然后恢复源图像,功能齐全,代码完整-Image restoration, matting, and then restore the source image object extraction, complete functions, code integrity
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:322223
    • 提供者:lsx
  1. image-matting

    0下载:
  2. 根据一篇英文文章写的MATLAB代码,关于讲图像分为前景和后景,再来处理的。-According to the article in English written in MATLAB code, talk about the image is divided into foreground and rear view, again handle.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4824275
    • 提供者:同时随
  1. Matlab-matting-code

    0下载:
  2. 显示图像后,单击鼠标左键连出完全背景区域,双击左键结束; 图像改变后,再单击鼠标左键连出完全前景区域,双击左键结束。即可得到结果 -Display the image, click the left mouse button to even out completely the background area, double-click the left end images after the change, and then click the left mouse button
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:15503
    • 提供者:taz
  1. haze-removal

    2下载:
  2. 基于暗原色去雾的图像代码,用了软抠图和另两种改进算法,附加txt说明文档-Based on dark colors to fog image code, with a soft matting, and another two improved algorithms, additional documentation txt
  3. 所属分类:2D Graphic

    • 发布日期:2017-01-02
    • 文件大小:234496
    • 提供者:wei jiaqi
  1. Bayesian

    6下载:
  2. 是利用贝叶斯方法进行自然图像抠图的源代码,在visual c++平台上运行-Is the use of Bayesian methods for natural image matting of the source code, running on a platform in the visual c++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8358917
    • 提供者:木木
  1. bayesian-matting-master

    0下载:
  2. 本文将以图像抠图领域的经典算法——贝叶斯抠图(Bayesian Matting)为例来介绍有关图像抠图技术的一些内容。贝叶斯抠图源自文献【2】,是2001年发表在CVPR上的一篇经典论文。(the image matting using classic bayesian approach)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:237568
    • 提供者:ns5417
搜珍网 www.dssz.com