http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Update the FG / BG detector
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
void Update( Image<TColor, byte> image ) |
Visual Basic |
---|
Sub Update ( _ image As Image(Of TColor, Byte) _ ) |
Visual C++ |
---|
void Update( Image<TColor, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'TColor, Byte>)>)>
The image which will be used to update the BGFG detector