Skip to content

neerajtiwari360/Background-Subtraction-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

To get the combined frame with Background Subtraction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages