Updates motion history image by moving silhouette
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void UpdateMotionHistory( CvArr silhouette, CvArr mhi, double timestamp, double duration )
Parameters
- silhouette
- Type: OpenCvSharpCvArr
Silhouette mask that has non-zero pixels where the motion occurs. - mhi
- Type: OpenCvSharpCvArr
Motion history image, that is updated by the function (single-channel, 32-bit floating-point) - timestamp
- Type: SystemDouble
Current time in milliseconds or other units. - duration
- Type: SystemDouble
Maximal duration of motion track in the same units as timestamp.
See Also