http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Adds the specified id and track to the dictionary.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void Add( uint id, CvTrack track ) |
Visual Basic |
---|
Public Sub Add ( _ id As UInteger, _ track As CvTrack _ ) |
Visual C++ |
---|
public: virtual void Add( unsigned int id, CvTrack track ) sealed |