mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 16:03:36 -05:00
[PR #1562] [MERGED] Add PyMatting #5770
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.