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