http://www.emgu.com
Get a collection containing the ids in the CvTracks.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic ICollection<uint> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of UInteger)
Get
public:
virtual property ICollection<unsigned int>^ Keys {
ICollection<unsigned int>^ get () sealed;
}
abstract Keys : ICollection<uint32> with get
override Keys : ICollection<uint32> with get
Property Value
Type:
ICollectionUInt32Implements
IDictionaryTKey, TValueKeys
See Also