Click or drag to resize
CvTracksItem Property
http://www.emgu.com
Get or Set the Track with the specific id.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public CvTrack this[
	uint id
] { get; set; }

Parameters

id
Type: SystemUInt32
The id of the Track

Property Value

Type: CvTrack

Implements

IDictionaryTKey, TValueItemTKey
See Also