MatOfInt4FromArray Method (IEnumerableVec4i) OpenCvSharp Class Library
Initializes as N x 1 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 MatOfInt4 FromArray(
	IEnumerable<Vec4i> enumerable
)

Parameters

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

Return Value

Type: MatOfInt4

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.MatOfInt4.FromArray(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Vec4i})"]

See Also

Reference