Click or drag to resize
CvBlobsKeys Property
http://www.emgu.com
Get a collection containing the labels in the CvBlobs

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public ICollection<uint> Keys { get; }

Property Value

Type: ICollectionUInt32

Implements

IDictionaryTKey, TValueKeys
See Also