Click or drag to resize

CvTracksGetEnumerator Method

http://www.emgu.com
Returns an enumerator that iterates through the collection.

Namespace:  Emgu.CV.Cvb
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public IEnumerator<KeyValuePair<uint, CvTrack>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairUInt32, CvTrack
An enumerator that can be used to iterate through the collection

Implements

IEnumerableTGetEnumerator
See Also