A python script that uses OpenCV to make "In" or "Out" line calls in Tennis.
Using OpenCV functionality, the script
- reads in a video file of the ball hitting the ground
- uses binary search to find the frame where the ball is touching the ground
- calls the ball "In" or "Out"
- Prints the result to an image called "result.jpg"