Re: angle n speed of golf ball
- From: "Scott Burnside" <no@xxxxxxxx>
- Date: Wed, 19 Mar 2008 19:38:01 +0000 (UTC)
ImageAnalyst <imageanalyst@xxxxxxxxxxxxxx> wrote in
message <3386e260-a30f-41e3-8d07-
f79e79de178b@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
On Mar 19, 8:16=A0am, "deepa bala"<deepa_...@xxxxxxxxxxx> wrote:
segmented.i have three images of a golf ball which has been
ground, thethe 1st picture shows the ball when it is on the
and2nd picture shows the ball when the ball is on the air
butthe 3rd picture shows when the ball is in the air too
tofurther then the golf ball in the 2nd picture. i have
calculatecalculate the golf ball speed and angle. how do i
see if you werethem. please give me some idea.
deepa bala:
I assume you're looking sideways, not like what you'd
the golfer. So you have an x,y coordinate at time point1, time point
2, and time point 3. To simplify things, let's assumethe trajectory
is a parabola. Then you just feed those 3 coordinatesinto polyfit()
to get the equations for x as a function of t (time) andy as a
function of t. Knowing these, you can calculate thespeed and angle
at any point of the trajectory. To give you any morehints than this
would be just doing your homework for you.
Regards,
ImageAnalyst
You do need all three picts. As ImageAnalyst points out,
you are likely expected to fit the equations of motion to
the apparent motion of the ball wrt time. So you need to
determine from the photos how far the ball displaced in x
and y for the time delta between the photos. You will be
expressing those displacements in the equations for motion
and solving for the intial speed and trajectory angle at
Time-0.
The equations for motion in x are:
Xnot + Vnot*T + (1/2)*a*T^2 which is just the intial x
position plus the x diplacement due to velocity plus the x
displacement due to acceleration. If you think about this
problem you might see that you can drop the acceleration
term. Same technique for y. Good luck.
If you show some serious work on this problem I'm guessing
you will get more meaningful help. Posting a few lines of
code (even psuedo-code) goes very far around here as far
as getting help.
Scott
.
- References:
- angle n speed of golf ball
- From: deepa bala
- Re: angle n speed of golf ball
- From: ImageAnalyst
- angle n speed of golf ball
- Prev by Date: Re: matlab for optiwave optisystem
- Next by Date: Re: MRI measure distance
- Previous by thread: Re: angle n speed of golf ball
- Next by thread: Anonymous function creation from string
- Index(es):
Relevant Pages
|