This week, I implemented foreground background segmentation The visualization results were a bit blurry and noisy due to unstable preprocessing method.
I followed the background subtraction tutorial on opencv website, where we calculates the foreground mask performing a subtraction between the current frame and a background model, containing the static part of the scene or, more in general, everything that can be considered as background given the characteristics of the observed scene. The workflow is illustrated as follows. Photo Credit: opencv.org
Comments