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