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