VahidN / OpenCVSharp-Samples

A collection of samples about using OpenCV in .NET applications.
Apache License 2.0
271 stars 122 forks source link

How to detect car with stream camera? #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, How to detect car with stream camera? Thanks.

VahidN commented 7 years ago

You need to combine these 2 samples: Sample06: How to use VideoCapture and WebCams. Sample16: How to train your own detector using CascadeClassifier. veccar