First page Back Continue Last page Graphics
Background Subtraction
Find the motion in the image by calculating the difference between the current image C, and a reference image R
Notes:
Background subtraction, or background differencing, is the technique that we use to detect motion in the current image.
This is generally calculated by taking the per pixel difference between a current image and a reference image.