Click or drag to resize
CvTracksContains Method
http://www.emgu.com
Determines whether the CvTracks contains a specific id and CvTrack.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Contains(
	KeyValuePair<uint, CvTrack> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairUInt32, CvTrack
The id and CvTrack to be located

Return Value

Type: Boolean
True if the item is found in the CvTracks; otherwise, false.

Implements

ICollectionTContains(T)
See Also