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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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