Table of Contents

Method GetEnumerator

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetEnumerator()

Enumerates the pixels along the line. Each LineIterator.Pixel carries its position and a raw pointer into the image buffer; that pointer is only valid while the source image is alive. Use AsValues<T>() for safe access.

public IEnumerator<LineIterator.Pixel> GetEnumerator()

Returns

IEnumerator<LineIterator.Pixel>