Click or drag to resize
BackgroundSubtractorApply Method
http://www.emgu.com
Update the background model

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Apply(
	IInputArray image,
	IOutputArray fgMask,
	double learningRate = -1
)

Parameters

image
Type: Emgu.CVIInputArray
The image that is used to update the background model
fgMask
Type: Emgu.CVIOutputArray
The output forground mask
learningRate (Optional)
Type: SystemDouble
Use -1 for default
See Also