# VehicleDetection **Repository Path**: wangshenxing/VehicleDetection ## Basic Information - **Project Name**: VehicleDetection - **Description**: Detect and track vehicles in video - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.