MatOfIntFromArray Method (Int32) OpenCvSharp Class Library
Initializes as M x N matrix and copys array data to this

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static MatOfInt FromArray(
	int[,] arr
)

Parameters

arr
Type: SystemInt32
Source array data to be copied to this

Return Value

Type: MatOfInt

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.MatOfInt.FromArray(System.Int32[0:,0:])"]

See Also

Reference