Updates list of tracks based on current blobs.
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void UpdateTracks( CvBlobs blobs, CvTracks tracks, double thDistance, int thInactive )
Parameters
- blobs
- Type: OpenCvSharp.BlobCvBlobs
List of blobs. - tracks
- Type: OpenCvSharp.BlobCvTracks
List of tracks. - thDistance
- Type: SystemDouble
Max distance to determine when a track and a blob match. - thInactive
- Type: SystemInt32
Max number of frames a track can be inactive.
See Also