Table of Contents

Method AsSpan

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

AsSpan<T>()

Creates a new span over the Mat. The matrix must be continuous (IsContinuous()); returns an empty span otherwise.

public Span<T> AsSpan<T>() where T : unmanaged

Returns

Span<T>

Type Parameters

T