| CvBlobsAdd Method (KeyValuePairUInt32, CvBlob) |
http://www.emgu.com
Adds the specified label and blob to the CvBlobs.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void Add(
KeyValuePair<uint, CvBlob> item
)
Public Sub Add (
item As KeyValuePair(Of UInteger, CvBlob)
)
public:
virtual void Add(
KeyValuePair<unsigned int, CvBlob^> item
) sealed
abstract Add :
item : KeyValuePair<uint32, CvBlob> -> unit
override Add :
item : KeyValuePair<uint32, CvBlob> -> unit Parameters
- item
- Type: System.Collections.GenericKeyValuePairUInt32, CvBlob
The structure representing the label and blob to add to the CvBlobs
Implements
ICollectionTAdd(T)
See Also