Median variance in background subtraction

主宰稳场 提交于 2019-11-29 11:52:13
abhishek kumar

Question 1, first option, "Should the median of first model's variance across all the pixels for that frame be taken?".

Yes, it assumes that the variance of the background pixel is lower than the foreground. So the median of all variances will give acceptable variance for the background.

Neon22

Nice breakdown of it here: http://blog.damiles.com/2009/03/the-basics-of-background-substraction/

Its also in the opencv book.

code in opencv2 here: Background subtraction in opencv2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!