Skip to content

ilyajob05/ballDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ball detector

http://icvision.ru/search-ball-on-the-image-using-opencv/ Sample easy ball detector and tracking.

Getting Started

Copy path to your video file.

cap = cv2.VideoCapture('video.3gp')

Running the tests

python ballDetect.py

Result

result

on YouTube

Deployment

  • python 2.7
  • opencv 3.x
  • numpy

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details