Click or drag to resize
CvTracksAdd Method (KeyValuePairUInt32, CvTrack)
http://www.emgu.com
Adds the specified id and track to the CvTracks.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Add(
	KeyValuePair<uint, CvTrack> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairUInt32, CvTrack
The structure representing the id and track to add to the CvTracks

Implements

ICollectionTAdd(T)
See Also