Ask Your Question
0

Tracking a tennis match

asked 2017-04-23 07:12:23 -0600

Is it possible to track a tennis match in real time?

  • understand that the ball is going back and forth
  • estimate the distance between the players
  • detect a racket/ball hit
  • estimate the average speed of the ball
  • detect floor collisions inside/outside the court
  • ...

Then interpret all this information and show to the public in a big screen in real time.

If this is not possible, how far are we from that?

Can we introduce some restrictions to make it work somehow, e.g., smaller court, bigger ball, etc.?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2017-04-24 04:23:17 -0600

Eduardo gravatar image

Yes it is possible, see HawkEye (ELC - Understanding the tennis ball bounce ). There are always some preconditions to make it works:

  • multiple cameras strategically located
  • cameras calibrated (intrinsics (focal length, distorsion, ...) + extrinsics (how each cameras are related to each other))
  • high framerate cameras
  • ...

If you don't have any experience in computer vision, simple tennis ball tracking should be feasible more or less easily (HSV color segmentation for instance).

edit flag offensive delete link more

Comments

more less is not helpful, please provide a link

m_lanham gravatar imagem_lanham ( 2020-05-05 11:04:25 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-04-23 07:12:23 -0600

Seen: 1,822 times

Last updated: Apr 23 '17