Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 271 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 271 Bytes

detect-cars

Car detection and speed estimation on my street using OpenCV, with a Logitech C920.

Uses background subtraction by taking a mean image of the area and measuring a large car "blob" as it drives by.

usage:

  $ cmake .
  $ make
  $ ./detect-cars