所以我知道我可以设置一些参数,我不确定 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.
我希望找到一个很好的解释,如何正确调整这些参数,但我没有找到任何东西。有人可以建议一种根据数据调整这些的正确方法吗?