dlaptev/RobustPCA

video_foreground example has bug

rizwindu opened this issue · 1 comments

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.

Great catch, thanks a lot, @rizwindu! Deleted the line.