Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smimram/bgsubtract0r
Frei0r plugin to perform background subtraction on a still video.
https://github.com/smimram/bgsubtract0r
background-subtraction frei0r
Last synced: 15 days ago
JSON representation
Frei0r plugin to perform background subtraction on a still video.
- Host: GitHub
- URL: https://github.com/smimram/bgsubtract0r
- Owner: smimram
- License: gpl-2.0
- Created: 2013-08-23T11:43:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T22:32:18.000Z (over 11 years ago)
- Last Synced: 2024-10-31T02:05:35.115Z (2 months ago)
- Topics: background-subtraction, frei0r
- Language: C
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bgsubtract0r
============Frei0r plugin to perform background subtraction on a still video.
This plugin operates on still videos, i.e. the camera is not moving, and its aim
is to remove the background image, keeping only the moving parts. It is thus a
way to have a green screen without a green screen. The first image is taken as
reference for the background, so the video should start without the moving
stuff, who should come in afterwards.A few settings can be set such as:
- the color of the green screen to generate
- the threshold in order to decide whether a pixel is the same as in the
reference image
- whether to remove "noise" (i.e. isolated pixels)Some recommendations:
- obviously the background should be of a (really) different color than the
moving actor
- light in order to avoid shadows on the backgroundHave fun and don't hesitate to use the bugtracker!
Samuel Mimram