http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Gets the track associated with the specified id.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public bool TryGetValue( uint id, out CvTrack track ) |
Visual Basic |
---|
Public Function TryGetValue ( _ id As UInteger, _ <OutAttribute> ByRef track As CvTrack _ ) As Boolean |
Visual C++ |
---|
public: virtual bool TryGetValue( unsigned int id, [OutAttribute] CvTrack% track ) sealed |
Parameters
- id
- Type: System..::..UInt32
The track id
- track
- Type: Emgu.CV.Cvb..::..CvTrack%
When this method returns, contains the track associated with the specified id, if the id is found; otherwise, an empty track. This parameter is passed uninitialized.