The document discusses real time video object tracking using motion estimation techniques. It describes using background subtraction, thresholding, background estimation and optical flow to detect and track moving objects in video frames. Morphological operations like dilation and erosion are used for smoothing detected object regions. Dynamic thresholding and mathematical morphology help attenuate color variations from background motions while highlighting moving objects. The algorithm marks pixels as foreground if above a threshold and performs closing and removes small regions. Background is updated adaptively to prevent detection of artificial tails behind moving objects. Correlation of frames improves detection of multiple moving objects with significant contrast changes, even with poor lighting conditions.