Click or drag to resize

CvTracksContainsKey Method

http://www.emgu.com
Determines whether the CvTracks contains the specified id.

Namespace:  Emgu.CV.Cvb
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public bool ContainsKey(
	uint id
)

Parameters

id
Type: SystemUInt32
The id (key) to be located

Return Value

Type: Boolean
True if the CvTracks contains an element with the specific id

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also