CvBlobsAdd Method (UInt32, CvBlob) |
http://www.emgu.com
Adds the specified label and blob to the dictionary.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Add(
uint label,
CvBlob blob
)
Public Sub Add (
label As UInteger,
blob As CvBlob
)
public:
virtual void Add(
unsigned int label,
CvBlob^ blob
) sealed
abstract Add :
label : uint32 *
blob : CvBlob -> unit
override Add :
label : uint32 *
blob : CvBlob -> unit
Parameters
- label
- Type: SystemUInt32
The label of the blob - blob
- Type: Emgu.CV.CvbCvBlob
The blob
Implements
IDictionaryTKey, TValueAdd(TKey, TValue)
See Also