CvBlobsContainsKey Method |
http://www.emgu.com
Determines whether the CvBlobs contains the specified label.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic bool ContainsKey(
uint label
)
Public Function ContainsKey (
label As UInteger
) As Boolean
public:
virtual bool ContainsKey(
unsigned int label
) sealed
abstract ContainsKey :
label : uint32 -> bool
override ContainsKey :
label : uint32 -> bool
Parameters
- label
- Type: SystemUInt32
The label (key) to be located
Return Value
Type:
BooleanTrue if the CvBlobs contains an element with the specific label
Implements
IDictionaryTKey, TValueContainsKey(TKey)
See Also