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