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.slnand build cvBlob. - Open
VehicleDetection.slnand build VehicleDetection. - Copy
cvblob\vc\bin\*\cvBlob.dllto VehicleDetection's output directory.