http://www.emgu.com
Get a collection containing the tracks in the CvTracks.
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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