Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 782 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 782 Bytes

Video Recognition with Python OpenCV

Steps to make the code work (Documentation)

https://github.com/adibbehjat/python_video_recognition/blob/master/Documentation.pdf

Steps to make the code work (the TL;DR verison)

Note: This thing requires Python...

  1. Install OpenCV for Linux (Mac) or Windows (http://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html#gsc.tab=0)

  2. Install OpenCV modules from OpenCV Contrib (https://github.com/Itseez/opencv_contrib)

  3. Create the following file structure:

your_favorite_directory/
├── faces/
├── openCV Directory/
│   └── data/
│       └── haarcascade/
└── video_detection.py
└── Admin_Square.svg
  1. Open terminal and run the following
$ python video_detection.py