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)
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