Click or drag to resize
CvBlobsAdd Method (UInt32, CvBlob)
http://www.emgu.com
Adds the specified label and blob to the dictionary.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Add(
	uint label,
	CvBlob blob
)

Parameters

label
Type: SystemUInt32
The label of the blob
blob
Type: Emgu.CV.CvbCvBlob
The blob

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also