[PR #1562] [MERGED] Add PyMatting #10394

Closed
opened 2026-04-24 05:33:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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.

## 📋 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>
GiteaMirror added the pull-request label 2026-04-24 05:33:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#10394