CvContourScannerGetEnumerator Method OpenCvSharp Class Library
Returns an enumerator that iterates through the collection.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IEnumerator<CvSeq<CvPoint>> GetEnumerator()

Return Value

Type: IEnumeratorCvSeqCvPoint
A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

Reference