Before we talk about Mixture of Gaussians (MOG), let's see what a mixture model is. A mixture model is just a statistical model that can be used to represent the presence of subpopulations within our data. We don't really care about what category each data point belongs to. All we need to do is identify that the data has multiple groups inside it. If we represent each subpopulation using the Gaussian function, then it's called Mixture of Gaussians. Let's consider the following photograph:
Now, as we gather more frames in this scene, every part of the image will gradually become a part of the background model. This is what we discussed earlier in the Frame differencing section as well. If a scene is static, the model adapts itself to make sure the background model is updated. The foreground mask, which is supposed to represent...