Remove Background from an Image using Python
See original GitHub issueDescription
Remove the background from an image in python using image manipulation libraries such as scikit-image, opencv etc.
Language
- Python
Checklist:
- Details on the Script
name | about | labels | assignees |
---|---|---|---|
Background Remover | Remove the background from an image using Python Image Processing | Python, Medium, Up For Grabs |
Is your feature request related to a problem? Please describe.: Many times we want the background to be removed from the image and the available background remover websites aren’t generally free. Isn’t it cool to make our own background remover script that can extract only the subject from the image?
This can be implemented by using Scikit image or Open CV like image processing libraries.
This and this briefs about the implementation but not limited to.
If working on this, make sure the PR contains well-documented README.md
explaining the working of the script in detail along with examples for the users to understand. Also follow the Coding Style of the project without fail.
Let me know if any assistance is required for the same.
Describe the solution you’d like: A clear and concise description of what you want to happen.
Additional context: Add any other context or screenshots about the feature request here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (5 by maintainers)
@pi-squared-4 You deleted the PR by mistake I assume, and then rather than reopening the PR, you restored the branch, I have re-opened the PR so @sohamsshah PLease review the PR
@iamakkkhil Assigning you this issue. Feel free to ask any queries and raise a PR!