This code implements Background Subtraction on a Video / set of Images defined as <n>.* It helps us to give the white pixels/ foreign objects in the video according to the first frame extracted from the video. It uses the OpenCV BackgroundSubtractorMOG and BackgroundSubtractorMOG2