http://www.emgu.com
Determines whether the CvBlobs contains a specific label and CvBlob.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic bool Contains(
KeyValuePair<uint, CvBlob> item
)
Public Function Contains (
item As KeyValuePair(Of UInteger, CvBlob)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<unsigned int, CvBlob^> item
) sealed
abstract Contains :
item : KeyValuePair<uint32, CvBlob> -> bool
override Contains :
item : KeyValuePair<uint32, CvBlob> -> bool
Parameters
- item
- Type: System.Collections.GenericKeyValuePairUInt32, CvBlob
The label and blob to be located
Return Value
Type:
BooleanTrue if the specific label and blob is found in the CvBlobs; otherwise, false.
Implements
ICollectionTContains(T)
See Also