http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Adds the specified id and track to the CvTracks.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void Add( KeyValuePair<uint, CvTrack> item ) |
Visual Basic |
---|
Public Sub Add ( _ item As KeyValuePair(Of UInteger, CvTrack) _ ) |
Visual C++ |
---|
public: virtual void Add( KeyValuePair<unsigned int, CvTrack> item ) sealed |
Parameters
- item
- Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'UInt32, CvTrack>)>)>
The structure representing the id and track to add to the CvTracks