Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

background subtraction params opencv python

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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #background #subtraction #params #opencv #python
ADD COMMENT
Topic
Name
5+6 =