Click or drag to resize
CvBlobsContains Method
http://www.emgu.com
Determines whether the CvBlobs contains a specific label and CvBlob.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Contains(
	KeyValuePair<uint, CvBlob> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairUInt32, CvBlob
The label and blob to be located

Return Value

Type: Boolean
True if the specific label and blob is found in the CvBlobs; otherwise, false.

Implements

ICollectionTContains(T)
See Also