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