Loading repository data…
Loading repository data…
falakrana / repository
Vehicle Counter: Uses background subtraction to detect vehicles in a video, draws bounding boxes, and counts vehicles crossing a line. Displays real-time count on-screen. Built with OpenCV (Python). Simple, effective for traffic monitoring. Adjustable detection thresholds. Outputs count in console and video.
Example output with bounding boxes and counter
Real-time vehicle detection and counting system using OpenCV. Tracks vehicles crossing a virtual line and displays the count.
pip install opencv-python numpy