Hawk-Eye computer system used in sports to track ball trajectory

In summary, Hawk-Eye is a computer system used in cricket, tennis and other sports to track the path of the ball. It is very accurate, and allows for instant replay of lbw decisions.
  • #1
_Mayday_
808
0
Hey, today while watching the cricket I was fascinated by "Hawkeye" and how it predicted the ball trajectory, from the bowlers hand to a few metres past the batsmen.

"Hawk-Eye is a computer system used in cricket, tennis and other sports to track the path of the ball."

http://en.wikipedia.org/wiki/Hawk-Eye"


Now I've looked around the net, to find some explanation of how it works, but have failed. I can only think of two things that it would rely on, either there are many cameras that follow the ball, and then create a model for the trajectory, or there is some equations(s) that are used aswell. Does anybody have any knowledge of this subject, or possibly an explanation of how it works?

What type of equations would you use to calculate the trajectory? I am an AS Student studying physics so my knowledge on equations of motion is fairly limited.

Though this thread is specifically about cricket ball trajectory, I would also be interested in the ball trajectory of other sports such as golf or even tennis.

Thanks. :shy:


EDIT: I changed the first post, because the original post was poorly written.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Sorry, but I just can't understand the question (especially the part about cameras). Cricket, like most other sports, is entirely based upon hand-eye co-ordination. You'd need a super-computer to model the variables.
 
  • #3
First post edited, sorry o:)
 
  • #4
Ok I've found some more information on Hawkeye for anyone interested, it's a bit waffly but it's ok.

"It uses six specially placed cameras around the ground to track the path of the ball, from when it was released from the bowler's hand right up until when it's dead.

The images captured by the camera are then turned into a 3D image by a special computer to show how the ball will travel on an imaginary cricket pitch.

It's so good it can track any types of bounce, spin, swing and seam. And it's about 99.99% accurate too.

So you can see on the TV whether the ball would have gone on to hit or miss the stumps on an lbw decision.

But while the viewers get to see the replay of an lbw decision several times, the umpires only get to see it once - and they have to make their minds up instantly. "


I think, my interest lies more in the mathematical side of this, can anyone direct me to some equations on ball trajectory etc.?

Oh and I see a lot of people writing equations out, and it looks as if they have used a program? May I ask the name of that programme? A free one preferably. Thanks.
 
  • #5
99.99% accurate over a path of about 22 yards gives an error of about a millimeter. Much better than the accuracy of a "baseball umpire miscreant" (B. U. M.) Why not replace the players with robots?:wink:
 
  • #6
The edit was very helpful, Crawford. Unfortunately, I can't help you. As I am not a sports fan whatsoever, the only time that I ever saw anything about 'Hawkeye' was during a TV news sports segment last year. At that time, it was used only to determine in or out for a tennis shot.
 
  • #7
I know nothing about the actual workings of the system but I'm going to make some educated guesses.

First there's two parts to the system: tracking the actual path of the ball and then predicting the path of the ball, and I am not sure which the OP wants to know about.

The first part is all that is required for tennis, and once the image positions of the ball have been registered by detection processes the remainder is a case of simple triangulation.

The lbw type prediction is more difficult. Ignoring fluid effects (spin/swing/drag) the ball will follow a parabolic path as per Newton's laws of motion and gravitation. I doubt they can truly predict the result of fluid effects and at least some fudge factors would come into play. They probably just fit higher order terms to the path to do the extrapolation. If there's the possibility of a bounce in the extrapolated path that will surely make prediction even less accurate.

Just my two cents, and if someone out there worked on this project I'd love to hear about it also.
 
  • #8
^ mda, I think you are correct, as when a spinner is bowling, Hawkeye cannot predict the spin before the ball has actually made contact with the floor and has reacted. So I think you are right in saying that the ball follows a parabolic path.

I think that in the case of Hawkeye that it is very much to do with the actual cameras, though I was more interested in the actual equations of finding the ball path.

Thanks for the input though.

Loren, there has been much discussion in using such technology in cricket, and allowing umpires to refer to them but people don't seem to keen on the idea. =]
 
  • #9
The Complete Knowledge

hello friends...
i am an engineering student..even i was fascinated with the concept of hawkeye...
i would like you all to know that i have created a computer program in C++ programming language that actually tracks the trajectory of a cricket ball from the baller's end to the batsmen's end...
the program asks the user to choose the type of bowler(leg or off spinner), the bowling speed as well as the spin angle with which it is released.. hence to develop this program i have applied some very easy to understand physics equations that involve all of the above related data...if anyone is interested please let me know..i shall post the c++ program or the physics equations involved as required
 
  • #10
to ^mayday and ^mda
the hawkeye not only uses the cameras to track the trajectory but also takes into account greatly the fluids involved,the spin swing and drag all have respected equations, which i would like to share with you.. the extrapolation of the cricket ball is done by taking into account all the minutest of detail..for example if the ball released by a spinner onto a grassy patch ..the ball would not bounce much and would rather spin more..as a result the cameras are instantly able to grab hold of the new projected velocity ,release angle and the spin angle of the new trajectory of the ball after bounce which is all that is required to trace it to the stumps at least!
hence my friends please do not underestimate the power of this program ..after all Hawkeye has been developed by a cricketer who also happens to have a phd in artificial intelligence..
 
  • #11
very old technology here.
if you pass an object over a matrix that has light polarized reaching the matrix you see the angle and speed. a cpu runs at a certain speed so time becomes a constant and is counted in steps in the equation . knowing the mass of the objects and how they react to each other is the only equation. so the only question is where will it stop based on where it started from.
 
Last edited:
  • #12
Hawkeye's predictive powers are somewhat limited. It can predict where a ball will go, by extrapolating the existing trajectory of the ball, but that is about it.

The impressive engineering behind Hawkeye is the ability to make the measurement non-intrusively from long distances and at speed (cricket balls and tennis balls travel can travel upwards of 150 km/h). Not so much its predictive power. That is why Hawkeye has recently been adopted in Tennis majors (which don't require a prediction), but has yet to be adopted in cricket (which do require a prediction).

Claude.
 
  • #13


Hie rakshak

I am heading our group in software and AI. The program on ball prediction developed by you is of interest to me. Pls. give details of the same or call me on 98300 83044/94317 91981.



rakshak said:
hello friends...
i am an engineering student..even i was fascinated with the concept of hawkeye...
i would like you all to know that i have created a computer program in C++ programming language that actually tracks the trajectory of a cricket ball from the baller's end to the batsmen's end...
the program asks the user to choose the type of bowler(leg or off spinner), the bowling speed as well as the spin angle with which it is released.. hence to develop this program i have applied some very easy to understand physics equations that involve all of the above related data...if anyone is interested please let me know..i shall post the c++ program or the physics equations involved as required
 
  • #14


@Rakshak
I am also interested in the hawk eye system and would love to see your program. Could you possibly give me the details
Thanking you
 

What is the Hawk-Eye computer system?

The Hawk-Eye computer system is a technology used in sports to track the trajectory of a ball. It uses multiple high-speed cameras to capture the movement of the ball and then uses complex algorithms to calculate its exact position and path.

How does the Hawk-Eye computer system work?

The Hawk-Eye computer system works by using multiple high-speed cameras strategically placed around the field or court to capture the movement of the ball. The cameras take multiple images per second and send them to a computer, which then uses sophisticated algorithms to track the ball's position and trajectory.

Which sports use the Hawk-Eye computer system?

The Hawk-Eye computer system is used in various sports, including tennis, cricket, rugby, soccer, and volleyball. It is also used in sports broadcasting for replays and analysis.

How accurate is the Hawk-Eye computer system?

The Hawk-Eye computer system is known for its high level of accuracy. It can track the ball's position with an accuracy of within a few millimeters. This level of precision makes it a valuable tool for determining close calls and making accurate decisions in sports.

What are the benefits of using the Hawk-Eye computer system in sports?

The use of the Hawk-Eye computer system in sports has several benefits. It provides an unbiased and accurate way to make decisions, reduces human error, and adds an element of excitement and analysis for viewers. It also allows for fair and transparent officiating in sports.

Similar threads

Replies
1
Views
791
Replies
4
Views
877
  • Astronomy and Astrophysics
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
4
Views
2K
  • Introductory Physics Homework Help
Replies
5
Views
2K
  • Other Physics Topics
Replies
3
Views
1K
  • STEM Career Guidance
Replies
4
Views
1K
  • Special and General Relativity
Replies
8
Views
1K
  • Introductory Physics Homework Help
Replies
2
Views
1K
Back
Top