Click or drag to resize
CvTracksValues Property
http://www.emgu.com
Get a collection containing the tracks in the CvTracks.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public ICollection<CvTrack> Values { get; }

Property Value

Type: ICollectionCvTrack

Implements

IDictionaryTKey, TValueValues
See Also