http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get a collection containing the labels in the CvBlobs
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public ICollection<uint> Keys { get; } |
Visual Basic |
---|
Public ReadOnly Property Keys As ICollection(Of UInteger) Get |
Visual C++ |
---|
public: virtual property ICollection<unsigned int>^ Keys { ICollection<unsigned int>^ get () sealed; } |