Table of Contents

Method AsSpan

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

AsSpan()

Returns a Span<T> over the 2 elements of this vector.

public Span<int> AsSpan()

Returns

Span<int>