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