-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mtchuyen edited this page Jan 9, 2017
·
1 revision
Welcome to the Ball-Tracking-with-OpenCV wiki!
Ref: http://www.pyimagesearch.com/2015/09/14/ball-tracking-with-opencv/
The goal here is fair self-explanatory:
Step #1: Detect the presence of a colored ball using computer vision techniques. Step #2: Track the ball as it moves around in the video frames, drawing its previous positions as it moves.
Ref: http://www.pyimagesearch.com/2015/05/25/basic-motion-detection-and-tracking-with-python-and-opencv/
Ref: http://www.pyimagesearch.com/2015/06/22/install-opencv-3-0-and-python-2-7-on-ubuntu/