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: 3.1.0.2282 (3.1.0.2282)
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