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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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