搜索资源列表
ABayesianApproachtoDigitalMatting
- 是一个关于图像matting的新的贝叶斯的方法,04年新提出来的,比以前的几种方法效果要好-is an image matting on the new Bayesian method, in 04 new proposal. Several than the previous method is better
src
- implement paper A Bayesian Approach to Digital Matting 贝叶斯抠图 matlab code
A Bayesian Approach to Digital Matting
- 贝叶斯抠图过程的中文解释,详细说明贝叶斯抠图的过程原理
alphamatting
- 一个实现image matting的程序,包括bayesian matting,flash matting,还有poission matting.-Image matting an implementation program, including bayesian matting, flash matting, there poission matting.
chap1_5 贝叶斯抠图
- 贝叶斯抠图,依次打开原图和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
code.tar
- sprectal matting的代码-sprectal matting code
BayesWaveletDenoise
- 上传的算法是基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法-From the algorithm is based on Bayesian (BAYES) wavelet threshold (WAVELET) image denoising algorithm
Bayesian_approach_to_digital_matting
- importance of bayesian approach is described clearly and comparison done with many other methods.
Bayessian_Matting
- Bayesian Alpha Matting
bayesian-matting
- 基于贝叶斯的抠像算法,通过一个最大似然的标准去估计透明度-A Bayesian Approach to Digital Matting,uses a maximum-likelihood criterion to estimate the optimal opacity
BayesianMatting
- 这个代码主要针对贝叶斯抠图的一个程序!其中包括模式识别!-This code for a Bayesian matting program! Including pattern recognition!
Matting(M7)
- 这个程序是用的贝叶斯来进行抠图!可以是彩色图也可以是灰度图!-This program is using Bayesian matting! May be a color image can also be grayscale!
matting-A-
- 这个程序主要是用来数字抠图!方法是贝叶斯!-This program is used digital matting! The method is Bayesian!
bayes-possion-robust-flash-matting
- 集成了贝叶斯抠图、泊松抠图、鲁棒抠图的程序-Bayesian matting program
Bayesian
- 是利用贝叶斯方法进行自然图像抠图的源代码,在visual c++平台上运行-Is the use of Bayesian methods for natural image matting of the source code, running on a platform in the visual c++
baysian-org
- bayesian matting implemented by c++
bayesian-matting-master
- 本文将以图像抠图领域的经典算法——贝叶斯抠图(Bayesian Matting)为例来介绍有关图像抠图技术的一些内容。贝叶斯抠图源自文献【2】,是2001年发表在CVPR上的一篇经典论文。(the image matting using classic bayesian approach)
Bayesian-Matting-master
- 贝叶斯框架抠图,高斯分布,采样,最大似然率,三分图,前景区域,北京区域,未知区域(proposes a new Bayesian framework for solving the matting problem, i.e. extracting a foreground element from a background image by estimating an opacity for each pixel of the foreground element. Our approac
trimap_generator-master
- 图像和视频抠图(Matting)技术可以分成自动和半自动;根据背景的先验知识,又有蓝屏背景,已知背景,和自然背景扣图。报告介绍了自然背景下的半自动扣图,以及能获得类似结果的技术,如Snapping。其中我实现了Bayesian Matting。(generate trimap automaticly,reduce human work.)
Matlab贝叶斯抠图 Bayesian Matting
- Bayesian Matting 2001 IEEE 个人稍作修改 附带测试图片 Matlab 2018Rb 亲测可用