📜  背景减法参数 opencv python 代码示例

📅  最后修改于: 2022-03-11 14:45:17.140000             🧑  作者: Mango

代码示例1
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.