Click or drag to resize

MatSetRectangularArrayT Method

Set the specified array data to this matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool SetRectangularArray<T>(
	T[,] data
)
where T : struct, new()

Parameters

data
Type: T
Byte array to be copied

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.Mat.SetRectangularArray``1(``0[0:,0:])"]

Return Value

Type: Boolean
Length of copied bytes
See Also