http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Gets the blob associated with the specified label.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public bool TryGetValue( uint label, out CvBlob blob ) |
Visual Basic |
---|
Public Function TryGetValue ( _ label As UInteger, _ <OutAttribute> ByRef blob As CvBlob _ ) As Boolean |
Visual C++ |
---|
public: virtual bool TryGetValue( unsigned int label, [OutAttribute] CvBlob^% blob ) sealed |
Parameters
- label
- Type: System..::..UInt32
The blob label
- blob
- Type: Emgu.CV.Cvb..::..CvBlob%
When this method returns, contains the blob associated with the specified labe, if the label is found; otherwise, null. This parameter is passed uninitialized.