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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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