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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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