Skip to content

peterdobbs77/objectTracking_py

Repository files navigation

objectTracking_py

Built on Python 3.12.0 64-bit
Uses OpenCV 4.5

Introduction

Start out with detection_demo to get a sense of what's going on here.

Setup

Use pip to install the full, OpenCV package

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

Disclaimer: 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):

Shirley Saunders
https://github.com/saundesh/frisbee-tracking

Mohamed Samir
https://github.com/mohamedsamirx/Real-time-object-tracking-demo

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published