VehicleDetection
VehicleDetection copied to clipboard
Detect and track vehicles in video
VehicleDetection
Detect vehicles using Background Subtraction in OpenCV 3.2.0. And track them with cvBlob.
Build
- Use Visual Studio 2017.
- Open
cvblob\vc\cvBlob.sln
and build cvBlob. - Open
VehicleDetection.sln
and build VehicleDetection. - Copy
cvblob\vc\bin\*\cvBlob.dll
to VehicleDetection's output directory.