Method GetEnumerator
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
GetEnumerator()
Enumerates the pages of the collection in order (index 0, 1, 2, ...).
Each yielded Mat is owned by the caller, which is responsible for disposing it
(e.g. wrap the loop body in a using statement).
public IEnumerator<Mat> GetEnumerator()