http://www.emgu.com
Get a collection containing the tracks in the CvTracks.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic ICollection<CvTrack> Values { get; }Public ReadOnly Property Values As ICollection(Of CvTrack)
Get
public:
virtual property ICollection<CvTrack>^ Values {
ICollection<CvTrack>^ get () sealed;
}abstract Values : ICollection<CvTrack> with get
override Values : ICollection<CvTrack> with get
Property Value
Type:
ICollectionCvTrackImplements
IDictionaryTKey, TValueValues
See Also