CvTracksAdd Method (UInt32, CvTrack) |
http://www.emgu.com
Adds the specified id and track to the dictionary.
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(
uint id,
CvTrack track
)
Public Sub Add (
id As UInteger,
track As CvTrack
)
public:
virtual void Add(
unsigned int id,
CvTrack track
) sealed
abstract Add :
id : uint32 *
track : CvTrack -> unit
override Add :
id : uint32 *
track : CvTrack -> unit
Parameters
- id
- Type: SystemUInt32
The id of the track - track
- Type: Emgu.CV.CvbCvTrack
The track
Implements
IDictionaryTKey, TValueAdd(TKey, TValue)
See Also