Skip to content

adibbehjat/python_video_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Video Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages