BowlEye is a camera based bowling ball tracking software which allows you to visualize the path of the bowling ball going down the lane and record a close-up video of the pin action
The recorder and ball_tracker use an image difference from a reference frame to a current frame to be able to detect a circle corresponding to the ball.
In order to let the user troubleshoot settings, it should be possible to obtain a live view of these difference frames (here called debugging image). The code was already written to implement this, but it must be tested.
The recorder and ball_tracker use an image difference from a reference frame to a current frame to be able to detect a circle corresponding to the ball. In order to let the user troubleshoot settings, it should be possible to obtain a live view of these difference frames (here called debugging image). The code was already written to implement this, but it must be tested.