dlaptev / RobustPCA

Robust PCA implementation and examples (Matlab)
MIT License
195 stars 73 forks source link

video_foreground example has bug #3

Closed rizwindu closed 6 years ago

rizwindu commented 6 years ago

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.

dlaptev commented 6 years ago

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