Click or drag to resize

MatGetRectangularArrayT Method

Get the data of this matrix as array

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool GetRectangularArray<T>(
	out 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.GetRectangularArray``1(``0[0:,0:]@)"]

Return Value

Type: Boolean
Length of copied bytes
See Also