登录
首页 » Python » bayesian-matting-master

bayesian-matting-master

于 2021-04-10 发布 文件大小:232KB
0 213
下载积分: 1 下载次数: 6

代码说明:

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

文件列表:

bayesian-matting-master
bayesian-matting-master\.gitattributes, 378, 2017-01-24
bayesian-matting-master\.gitignore, 1744, 2017-01-24
bayesian-matting-master\README.md, 1957, 2017-01-24
bayesian-matting-master\bayesian_matting.py, 7028, 2017-01-24
bayesian-matting-master\gandalf.png, 214290, 2017-01-24
bayesian-matting-master\gandalfAlpha.png, 8456, 2017-01-24
bayesian-matting-master\gandalfTrimap.png, 8458, 2017-01-24
bayesian-matting-master\orchard_bouman_clust.py, 1491, 2017-01-24

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

发表评论

0 个回复

  • 辐射定标
    该功能把hdf数据中的波段 2、5、17、18、19转换成表观反射率,以便进行大气水汽反演(The function converts the bands 2, 5, 17, 18 and 19 in HDF data into apparent reflectance for atmospheric water vapor retrieval)
    2017-09-26 16:53:16下载
    积分:1
  • J_K_P
    /*2018年TI杯 手势识别 * 作者:我的凉席很烫。Mivh 用到串口屏幕,FDC2214,TM4C123GH6PM(/* 2018 TI Cup Gesture Recognition * Author: My mat is very hot. Mivh Using serial screen, FDC2214, TM4C123GH6PM)
    2020-06-19 06:00:01下载
    积分:1
  • 自己业余时间编的一些小游戏,只供学习之用。实现逻辑也非常简单。 用户可以根据 箭头指示。 来让小人跳舞...
    自己业余时间编的一些小游戏,只供学习之用。实现逻辑也非常简单。 用户可以根据 箭头指示。 来让小人跳舞 -none
    2022-03-15 06:21:51下载
    积分:1
  • 一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但的语言是可逐步解释成人能听懂的语言,因为的语言是由以下两...
    一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 | -one : a needs analysis. Problem description always use their own fiendish a very concise and abstract language speech Nobody can understand, but the language is gradually explained adult can understand the language, because his language is composed of the following two forms of
    2022-09-04 11:50:02下载
    积分:1
  • python-行人检测-可用
    这是利用python+opencv编写的,行人检测代码,另配有检测样图,测试可用(this is a code for person detect,it function is normal)
    2020-10-27 17:09:59下载
    积分:1
  • vc++ realize the article deal with procedures, search and delete can realize
    vc++实现的文章处理程序,查找和删除都可以实现-vc++ realize the article deal with procedures, search and delete can realize
    2022-04-19 14:04:00下载
    积分:1
  • gaussian_filter
    说明:  本文针对基于高斯分布的非线性滤波问题,开发并分析了实时和精确滤波器。我们提出了高斯滤波器的系统公式,并开发了高效和精确的数值积分。我们还讨论了混合高斯滤波器,其中条件概率密度由高斯分布之和近似。数值试验表明,新的滤波器在不增加额外费用的情况下显著地改善了扩展卡尔曼滤波器,并且新的高斯和滤波器具有接近最优的性能(In this paper we develop and analyze real-time and ac- curate filters for nonlinear filtering problems based on the Gaussian distributions. We present the systematic formulation of Gaussian filters and develop efficient and accurate numerical integration of the proposed filter. We also discuss the mixed Gaussian filters in which the conditional probability density is approximated by the sum of Gaussian distributions. Our numerical testings demonstrate that new filters significantly improve the extended Kalman filter with no additional cost and the new Gaussian sum filter .has a nearly optimal perfor- mance.)
    2020-03-29 07:48:07下载
    积分:1
  • Eclipse平台下的 Servlet AJAX代码实例
    Servlet AJAX代码实例,在JSP中实现Ajax的相关小例子,是Eclipse下的Tomcat项目,安装Eclipse以及Tomcat插件后可以直接加载该项目。
    2022-10-11 08:25:02下载
    积分:1
  • tc3.0,turbo c开发平台(turb0 c 3.0)kaifapingtai
    tc3.0,turbo c开发平台(turb0 c 3.0)kaifapingtai -tc3.0, turbo C developing platform(tubo C 3.0)
    2022-05-22 07:30:13下载
    积分:1
  • VC++ 聊天程序CS整合版
    VC++ 聊天程序CS整合版,把客户端和服务端集成在了一起,只需运行一个exe即可,不过程序并不是智能的,需要使用者去切换模式,比如由服务端切换到客户端,或者反之。如果连接服务端超时,请确认服务端程序是否处于监听状态。   本聊天程序由三峡大学计算系学生程红秀所写,几年前的老源码了。
    2022-03-31 12:15:25下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载