CvTracksAdd Method (UInt32, CvTrack) |
http://www.emgu.com
Adds the specified id and track to the dictionary.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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