peterdobbs77 / objectTracking_py

atempts at object tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

objectTracking_py

Built on Python 3.7.0 64-bit
Uses OpenCV 3.4.5

Setup

Use pip to install the full, unofficial OpenCV package

''' [py -m] pip install opencv-contrib-python '''

Disclaimer: this unofficial distribution is not approved or supported by the creators of OpenCV. Make sure that you do not have it installed along with other distributions or versions of OpenCV.

Examples

Find Frisbee after Handblock

  • Original, cropped and resized to 60% and 15 fps Frisbee Detection Demo

  • User-selected ROI (region of interest) detection and white filtering from track.py ROI Detection

Works Consulted (References):

Harrison [at] pythonprogramming [dot] net https://pythonprogramming.net/template-matching-python-opencv-tutorial/

Adrian Rosebrock
https://www.pyimagesearch.com/2018/07/30/opencv-object-tracking/

Satya Mallick
https://www.learnopencv.com/object-tracking-using-opencv-cpp-python/

About

atempts at object tracking

License:MIT License


Languages

Language:Python 99.3%Language:Jupyter Notebook 0.7%