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

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Add(
	KeyValuePair<uint, CvBlob> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairUInt32, CvBlob
The structure representing the label and blob to add to the CvBlobs

Implements

ICollectionTAdd(T)
See Also