http://www.emgu.com
Get a collection containing the labels in the CvBlobs
Namespace: Emgu.CV.CvbAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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