Introduction - If you have any usage issues, please Google them yourself
This a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independence between RGB channels.
OpenCV 1.0 is required for I/O purpose.