Skip to content

muskaankularia/Background-subtraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Background-subtraction

Background subtraction for videos

It was implemented using mixture of Gaussian model given in ”Adaptive background mixture models for real-time tracking” proposed by Strauffer and Grimson. It is done by fitting k-gaussians on each pixel, which model the pixel value distribution using E.M. algorithm.The results were compared with OpenCV library.

The program has these hyperparameters -

k - number of gaussians to model each pixel

alpha - learning rate of algorithm

T - decides no. of gaussians representing background

About

Background subtraction for videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages