CvBlobsContainsKey Method |
http://www.emgu.com
Determines whether the CvBlobs contains the specified label.
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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