Uncertainty and Video Analysis

This is for commenter JimP. How do you take into account uncertainty when using video analysis? A great question. The first thing to think about is where does the uncertainty come from? My first guess would that it would be from the user. Where does the user click? Is it right on the object in each frame? Is the scale set correctly? I guess there could be other sources of error - maybe there are repeating frames that are a result of encoding. Maybe there is interlaced video frames.

Well, what to do? I will just look at one motion in particular and do the analysis several times. I am going to analyze the following video:

Horizontal Projectile Motion from Rhett Allain on Vimeo.

Note that you can download the video from vimeo (in the lower right hand of the video page). By repeatedly analyzing this video, I have an idea of the uncertainty due to the human input. Actually, I did this analysis 5 times before I realized a mistake I was making. So, let me show you the data I have from that. This is the velocity in the horizontal direction and the acceleration in the vertical direction that I obtained from fitting functions to the horizontal and vertical data.

The "RMS" is the root-mean square deviation of the data from the line fit. This is created from Tracker Video. If I use the standard error as the uncertainty, I get the following for the horizontal velocity and vertical acceleration:

i-6c68675a78750a4bfd05b874f4ab5250-la_te_xi_t_11.jpg

So, I am not getting the expected value for the vertical acceleration. Maybe this is because in this shot, there is a small number of data points. Or it could possibly be due to some parallax or scaling issues. Either way, I still like this method of finding the uncertainty in these values. What is causing the uncertainty? Is it clicking error, or scaling error? It doesn't actually matter. This just gives me the uncertainty.

But what if I want to look at the uncertainty due to clicking on data points? For this next set, I did not scale the video (because that would add another layer of error). Here are the pixel values of the ball for the 8 times I did it. I have included all the data in case you want to play with it.

And here is the trajectory of the ball (in pixels vs. pixels) with error bars.

i-62a585be068be525f71290ef99fde81b-untitled1.jpg

So, what can I say now? First, it seems like the uncertainty from clicking is less than 1% of the value. I don't think clicking uncertainty is going to be the problem. More likely, the uncertainty will come from other things - like where is the object? This is especially true for extended objects - like people.

If a student was doing a lab report with video analysis, probably the best thing to do would be to repeat the video analysis a few times and find the standard error and use that as the uncertainty.

More like this

This is an old video, but still interesting. In this video clip, Kobe Bryant jumps over a pool of snakes. You are probably thinking what I thought when I see that - this doesn't look real. Really, it must be fake. Why would Kobe jump over a pool of snakes? Isn't that dangerous (even if there…
This is really a lab that I have students do, but I am pretty sure they don't read this blog - so it is ok. If they are reading this, hi! We have these projectile cannons that shoot small balls. In order to look at projectile motion, they need to first determine the launch speed of the ball. I…
Here is a quick Apolo Ohno quiz. Which one of these pictures is fake? If you picked picture B - you are probably correct. That is a picture of "Apolo" being catapulted into a pool of slime at the Nickelodeon awards show (click on the link to see the video - I don't think I can embed it). Ok -…
If you know me, you know I love Tracker Video Analysis. Basically, it is a free-java program that allows you to get position-time data of a moving object from a video. In Tracker version 3.10, there is now the autotracker feature. This will automagically mark the location of an object moving in…