项目作者: neerajtiwari360

项目描述 :
To get the combined frame with Background Subtraction
高级语言: Python
项目地址: git://github.com/neerajtiwari360/Background-Subtraction-Python.git


Background-Subtraction-Python

To get the combined frame with Background Subtraction
Background subtraction, also known as foreground detection, is a technique in the fields of image processing and computer vision wherein an image’s foreground is extracted for further processing (object recognition etc.). Generally an image’s regions of interest are objects (humans, cars, text etc.) in its foreground. After the stage of image preprocessing (which may include image denoising, post processing like morphology etc.) object localisation is required which may make use of this technique.

@https://en.wikipedia.org/wiki/Background_subtraction

The Data on which i apply is fish1.mp4. that is attach with the folder.

The Algorithm is in python-opencv:
that is Background_sub.py in folder.