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