MotionHistoryUpdate Method (Mat, DateTime) |
http://www.emgu.com
Update the motion history with the specific image and the specific timestamp
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void Update(
Mat foregroundMask,
DateTime timestamp
)
Public Sub Update (
foregroundMask As Mat,
timestamp As DateTime
)
public:
void Update(
Mat^ foregroundMask,
DateTime timestamp
)
member Update :
foregroundMask : Mat *
timestamp : DateTime -> unit
Parameters
- foregroundMask
- Type: Emgu.CVMat
The foreground of the image to be added to history - timestamp
- Type: SystemDateTime
The time when the image is captured
See Also