# VehicleDetection **Repository Path**: xfgryujk/VehicleDetection ## Basic Information - **Project Name**: VehicleDetection - **Description**: Detect and track vehicles in video - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-05 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: OpenCV, vehicle-detection, vehicle-tracking ## README 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.