Update the statistic model
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public virtual void Update( Image<TColor, byte> image ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Update ( _ image As Image(Of TColor, Byte) _ ) |
| Visual C++ |
|---|
public: virtual void Update( Image<TColor, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV..::.Image<(Of <(TColor, Byte>)>)
[Missing <param name="image"/> documentation for "M:Emgu.CV.VideoSurveillance.BGStatModel`1.Update(Emgu.CV.Image{`0,System.Byte})"]