Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 623 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 623 Bytes

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