Click or drag to resize

CvTracksUpdate Method

http://www.emgu.com
Updates list of tracks based on current blobs.

Namespace:  Emgu.CV.Cvb
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void Update(
	CvBlobs blobs,
	double thDistance,
	uint thInactive,
	uint thActive
)

Parameters

blobs
Type: Emgu.CV.CvbCvBlobs
List of blobs
thDistance
Type: SystemDouble
Distance Max distance to determine when a track and a blob match
thInactive
Type: SystemUInt32
Inactive Max number of frames a track can be inactive
thActive
Type: SystemUInt32
Active If a track becomes inactive but it has been active less than thActive frames, the track will be deleted.
See Also