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: 4.0.1.3373 (4.0.1.3373)
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