Click or drag to resize

CvBlobsGetEnumerator Method

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

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also