COMP 776 - Final Project: Ribbon Carving, progress

Ryan Schubert
April 3, 2008


Things done: Things still to be done:

Some results of progress so far:

Matlab code:
ribbon.m - main file
calcEnergy.m - calculates the energy of the given x-time slice
findSeam.m - does nothing yet

I'm currently using the following video I took as a simple test case: test.avi
The video consists of one person flailing around on one side of the video for a short amount of time, someone else jumping into the video halfway through, and the first person jumping out of the video for the remainder. Ideally, this video would be shortened such that there is more temporal overlap with both people on the screen at the same time (as much as is possible without them spatially intersecting). There is also several frames at the beginning before the first person starts moving that have low energy and would likely be removed before others in the video.

This is an x-time slice of the test video at y = 370 This is the energy function for the slice at y = 370
(with temporal gradient 10x as important as spatial)



This is the average energy function in x-time for ALL y slices of the test video.