http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get or Set the Track with the specific id.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public CvTrack this[ uint id ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ id As UInteger _ ) As CvTrack Get Set |
Visual C++ |
---|
public: virtual property CvTrack default[unsigned int id] { CvTrack get (unsigned int id) sealed; void set (unsigned int id, CvTrack value) sealed; } |
Parameters
- id
- Type: System..::..UInt32
The id of the Track