Click or drag to resize

CvTracksKeys Property

http://www.emgu.com
Get a collection containing the ids in the CvTracks.

Namespace:  Emgu.CV.Cvb
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public ICollection<uint> Keys { get; }

Property Value

Type: ICollectionUInt32

Implements

IDictionaryTKey, TValueKeys
See Also