Table of Contents

Method SetArray

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetArray<T>(T[])

Set the specified array data to this matrix

public bool SetArray<T>(T[] data) where T : unmanaged

Parameters

data T[]

Primitive or Vec array to be copied

Returns

bool

Length of copied bytes

Type Parameters

T