Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.11 KB

Part1_References.md

File metadata and controls

25 lines (14 loc) · 1.11 KB

Pedestrian Detection OpenCV

  • Starting with Pedestrian Detection using Opnen CV you can refer this article.
  • From the provided link there is full explanation with the code which can be downloaded.

Car Detection OpenCV

  • We then continue with car detection suing OpneCV. Here we would be using pre- trained classifier to detect the vehicles.
  • Some articles which could be referred are first, second

Here is a GitHub Repo from where you could get the complete code and also a awesome explaination.

You could go through all the articles and and the repo provided and try to understand the structure of the code.