Entry 2 ======= .. image:: entry2.png :width: 540 Authors ------- - Tony Perkins We had some simple fixed camera video footage which we wanted to do some sort of motion tracking analysis on. I used OpenCV to compare sequential frames. By simply taking the absolute difference with a threshold, frame-by-frame motion tracking is obtained. This motion tracking data which was allowed to accumulate as we advance through the video. The resulting dataset was graphed as a filled contour plot. The borders of the graph where removed, the result resized, and overlaid over the opening frame of the video. This final image makes for a very effective visualization of the video motion. Products -------- Source ------ .. literalinclude:: process_video.py - `Original video `__ - `Source repository `__