CvTracksAdd Method (KeyValuePairUInt32, CvTrack) |
http://www.emgu.com
Adds the specified id and track to the CvTracks.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Add(
KeyValuePair<uint, CvTrack> item
)
Public Sub Add (
item As KeyValuePair(Of UInteger, CvTrack)
)
public:
virtual void Add(
KeyValuePair<unsigned int, CvTrack> item
) sealed
abstract Add :
item : KeyValuePair<uint32, CvTrack> -> unit
override Add :
item : KeyValuePair<uint32, CvTrack> -> unit
Parameters
- item
- Type: System.Collections.GenericKeyValuePairUInt32, CvTrack
The structure representing the id and track to add to the CvTracks
Implements
ICollectionTAdd(T)
See Also