Table of Contents

Method As

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

As<T>()

Returns a typed view of this sparse matrix. The element type must match this matrix's type. The returned matrix shares the data with this one (O(1)).

public SparseMat<T> As<T>() where T : unmanaged

Returns

SparseMat<T>

Type Parameters

T

Element type matching this matrix's Type().