http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Update the motion history with the specific image and the specific timestamp
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void Update( Image<Gray, byte> foregroundMask, DateTime timestamp ) |
Visual Basic |
---|
Public Sub Update ( _ foregroundMask As Image(Of Gray, Byte), _ timestamp As DateTime _ ) |
Visual C++ |
---|
public: void Update( Image<Gray, unsigned char>^ foregroundMask, DateTime timestamp ) |
Parameters
- foregroundMask
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The foreground of the image to be added to history
- timestamp
- Type: System..::..DateTime
The time when the image is captured