Click or drag to resize

MatOfFloat4FromArray Method (IEnumerableVec4f)

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 MatOfFloat4 FromArray(
	IEnumerable<Vec4f> enumerable
)

Parameters

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

Return Value

Type: MatOfFloat4
See Also