Background Subtraction using Stauffer and Grimson Algorithm

less than 1 minute read

Github

umcp.gif

Implementation of Stauffer-Grimson algorithm for background subtraction in C++ without using inbuilt functions. pdf. The algorithm models the distribution of each pixel as a mixture of gaussians (MoG) and updates it adaptively using an online k-means approximation to Expectation Maximization (EM).

Tags:

Updated: