Interesting read regarding to background subtraction

In researching on the background subtraction techniques, I came across this paper. The OpenCV’s BackgroundSubtractorMOG class I’m using for the final project actually implemented the algorithm in this paper.

http://personal.ee.surrey.ac.uk/Personal/R.Bowden/publications/avbs01/avbs01.pdf

Leave a comment