http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Determines whether the CvBlobs contains a specific label and CvBlob.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public bool Contains( KeyValuePair<uint, CvBlob> item ) |
Visual Basic |
---|
Public Function Contains ( _ item As KeyValuePair(Of UInteger, CvBlob) _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Contains( KeyValuePair<unsigned int, CvBlob^> item ) sealed |
Parameters
- item
- Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'UInt32, CvBlob>)>)>
The label and blob to be located