
Background subtraction
Background subtraction is a common and widely used technique for generating a foreground mask by using static cameras. In controlled environments, motion detection can be separated from static background using statistical modeling. Instead of running a full object detector, we model the background over time and isolate dynamic foreground regions.
TECHNIQUES
Frame differencing
Running average background
Gaussian Mixture Models (MOG2)
Lightweight
Works without deep learning









































