1) The document describes a method for vehicle detection and tracking in videos using inter-frame coding. It extracts moving blobs through background subtraction and clusters pixels into regions.
2) A blob merging module merges close-by blobs that were incorrectly separated due to occlusion. Tracking corresponds blobs between frames using position, color, and velocity.
3) Experimental results on real-time video show the method can successfully detect and track vehicles under different lighting conditions and levels of noise. The addition of a "Vicinity Factor" improved segmentation accuracy compared to using blob merging thresholds alone.