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