Alpha matting describes the problem of separating the objects in the foreground from the background of an image given only a rough sketch. We introduce the PyMatting library for Python which implements various approaches to solve the alpha matting problem and to perform foreground extraction.
What's the difference between this Python project and similar ones?
PyMatting is easy to use and implemented very efficiently with minimal dependencies. It provides an easy way to compare multiple alpha matting and foreground estimation methods.
Edit: Add link to repository.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/vinta/awesome-python/pull/1562
**Author:** [@tuelwer](https://github.com/tuelwer)
**Created:** 6/24/2020
**Status:** ✅ Merged
**Merged:** 6/25/2020
**Merged by:** [@vinta](https://github.com/vinta)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`d79176e`](https://github.com/vinta/awesome-python/commit/d79176ea3673c852a38ff3ef9603999a342f5aef) Add PyMatting
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
## What is this Python project?
Alpha matting describes the problem of separating the objects in the foreground from the background of an image given only a rough sketch. We introduce the [PyMatting](https://github.com/pymatting/pymatting) library for Python which implements various approaches to solve the alpha matting problem and to perform foreground extraction.
## What's the difference between this Python project and similar ones?
PyMatting is easy to use and implemented very efficiently with minimal dependencies. It provides an easy way to compare multiple alpha matting and foreground estimation methods.
Edit: Add link to repository.
--
Anyone who agrees with this pull request could submit an *Approve* review to it.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1562
Author: @tuelwer
Created: 6/24/2020
Status: ✅ Merged
Merged: 6/25/2020
Merged by: @vinta
Base:
master← Head:master📝 Commits (1)
d79176eAdd PyMatting📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Alpha matting describes the problem of separating the objects in the foreground from the background of an image given only a rough sketch. We introduce the PyMatting library for Python which implements various approaches to solve the alpha matting problem and to perform foreground extraction.
What's the difference between this Python project and similar ones?
PyMatting is easy to use and implemented very efficiently with minimal dependencies. It provides an easy way to compare multiple alpha matting and foreground estimation methods.
Edit: Add link to repository.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.