Sample Optical Flow Algorithm Output


This is the output of the velocity vector algorithm that Dave talked about in the lab lecture for checkpoint 2. The data used as input is the data that was put on the webpage here. You can compare your algorithm to this output to see how close you are. The last column of each section is the direction calculated from the vectors. If most of the vectors are positive, it will output right, and if most of the vectors are negative, it will output left. If there are equal numbers of right and left vectors, it will output whichever direction occured on the previous frame's calculation.


5 Evenly spaced vectors
6 Evenly spaced vectors
7 Evenly spaced vectors


CS 150 Page