Click or drag to resize
CvBlobsItem Property
http://www.emgu.com
Get the blob with the speicific label. Set function is not implemented

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public CvBlob this[
	uint label
] { get; set; }

Parameters

label
Type: SystemUInt32
The label for the blob

Property Value

Type: CvBlob

Implements

IDictionaryTKey, TValueItemTKey
See Also