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: 4.0.1.3373 (4.0.1.3373)
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