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