C++ code for Vehicle and Pedestrian Detection OpenCV
- OpenCV 4.5.1
- A good IDE (Preferable VS Code)
$ git clone https://github.com/navaneethsdk/Vehicle-Pedestrian-Detection-CPP.git
$ cd Vehicle-Pedestrian-Detection-CPP
$ g++ main.cpp detect.cpp -o output -std=c++11 `pkg-config --cflags --libs opencv`
$ ./ouput