Click or drag to resize

CudaBackgroundSubtractorFGDApply Method

http://www.emgu.com
Updates the background model

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void Apply(
	IInputArray frame,
	IOutputArray forgroundMask,
	double learningRate = -1
)

Parameters

frame
Type: Emgu.CVIInputArray
Next video frame.
forgroundMask
Type: Emgu.CVIOutputArray
Output the current forground mask
learningRate (Optional)
Type: SystemDouble
The learning rate, use -1.0f for default value.
See Also