Click or drag to resize

CvTracksAdd Method (UInt32, CvTrack)

http://www.emgu.com
Adds the specified id and track to the dictionary.

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 Add(
	uint id,
	CvTrack track
)

Parameters

id
Type: SystemUInt32
The id of the track
track
Type: Emgu.CV.CvbCvTrack
The track

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also