Detect vehicles using Background Subtraction in OpenCV 3.2.0. And track them with cvBlob.
- 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.