Click or drag to resize

MatOfIntFromArray Method (IEnumerableInt32)

Initializes as N x 1 matrix and copys array data to this

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static MatOfInt FromArray(
	IEnumerable<int> enumerable
)

Parameters

enumerable
Type: System.Collections.GenericIEnumerableInt32
Source array data to be copied to this

Return Value

Type: MatOfInt
See Also