/VehicleDetection

Detect and track vehicles in video

Primary LanguageC++

VehicleDetection

Detect vehicles using Background Subtraction in OpenCV 3.2.0. And track them with cvBlob.

Build

  1. Use Visual Studio 2017.
  2. Open cvblob\vc\cvBlob.sln and build cvBlob.
  3. Open VehicleDetection.sln and build VehicleDetection.
  4. Copy cvblob\vc\bin\*\cvBlob.dll to VehicleDetection's output directory.