Optical Flow Algorithm Data



Sample output for optical flow algorithm - Check your algorithm against the TA algorithm.

Data for Optical Flow Algorithm - ASCII data containing intensity levels of one line over 100 fields. The data is of a hand moving right and left a few times. Each line contains 240 numbers representing intensities at a point in time. Your algorithm should read in these numbers as intensity values and calculate velocity vectors.

The following is a picture of the motion of the one line represented in the above data (motion over about 100 fields).


CS 150 Page