Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 405 Bytes

File metadata and controls

13 lines (12 loc) · 405 Bytes

Vehicle-Pedestrian-Detection-CPP

C++ code for Vehicle and Pedestrian Detection OpenCV

Requirements

  1. OpenCV 4.5.1
  2. A good IDE (Preferable VS Code)

Steps to run the project

$ 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