You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is that the mask provided by the background substractor contains holes. We might want to use some kind of imFill or inpaint to fix this, or simply a blur.
The text was updated successfully, but these errors were encountered:
With this patch, instead of keeping only the last frame for extracting
an object, we try perform the attempt on (by default) the last 10% of
frames. Results show that we obtain better quality of image. The
drawback is that we tend to overcapture the background a bit more.
In many cases, the mask used to compute the image contains holes. We
recover these pixels by flood filling any hole. We discard the image
when we realize that we have filled too many pixels.
The problem here is that the mask provided by the background substractor contains holes. We might want to use some kind of
imFill
orinpaint
to fix this, or simply a blur.The text was updated successfully, but these errors were encountered: