Table of Contents

Method GetSpan

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetSpan()

Returns a memory span that wraps the underlying memory buffer.

public override Span<T> GetSpan()

Returns

Span<T>

A memory span that wraps the underlying memory buffer.