http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Update the BG code book model
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Update( Image<TColor, byte> image, Rectangle roi, Image<Gray, byte> mask ) |
Visual Basic |
---|
Public Sub Update ( _ image As Image(Of TColor, Byte), _ roi As Rectangle, _ mask As Image(Of Gray, Byte) _ ) |
Visual C++ |
---|
public: void Update( Image<TColor, unsigned char>^ image, Rectangle roi, Image<Gray, unsigned char>^ mask ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'TColor, Byte>)>)>
The image for update
- roi
- Type: System.Drawing..::..Rectangle
The update roi, use Rectangle.Empty for the whole image
- mask
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
Can be null if not needed. The update mask