Click or drag to resize
CvBlobsTryGetValue Method
http://www.emgu.com
Gets the blob associated with the specified label.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool TryGetValue(
	uint label,
	out CvBlob blob
)

Parameters

label
Type: SystemUInt32
The blob label
blob
Type: Emgu.CV.CvbCvBlob
When this method returns, contains the blob associated with the specified labe, if the label is found; otherwise, null. This parameter is passed uninitialized.

Return Value

Type: Boolean
True if the blobs contains a blob with the specific label; otherwise, false

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also