video_foreground example has bug
rizwindu opened this issue · 1 comments
rizwindu commented
There is a small bug in the video_foreground example.
In the for loop that reconstructs the video, the line v = M(i,:); seems to have been added from one of the other examples. Commenting out this line fixes the issue.