如何调整backgroundSubtractorMOG的参数

时间:2014-11-04 03:13:03

标签: python opencv background-subtraction

所以我知道我可以设置一些参数,我不确定 nmixtures,backgroundRatio和noseSigma

Python: cv2.createBackgroundSubtractorMOG([history[, nmixtures[, backgroundRatio[, noiseSigma]]]]) → retval
Parameters: 
history – Length of the history.
nmixtures – Number of Gaussian mixtures.
backgroundRatio – Background ratio.
noiseSigma – Noise strength (standard deviation of the brightness or each color channel). 0 means some automatic value.

我希望找到一个很好的解释,如何正确调整这些参数,但我没有找到任何东西。有人可以建议一种根据数据调整这些的正确方法吗?

1 个答案:

答案 0 :(得分:2)

好吧,如果您不了解您正在使用的算法的详细信息,我认为没有人可以告诉您哪个参数是什么。

请参阅this回答,该回答是完全相同的问题。