MotionHistoryUpdate Method (Mat, DateTime) |
http://www.emgu.com
Update the motion history with the specific image and the specific timestamp
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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