Click or drag to resize

MatOfDouble3FromArray Method (IEnumerableVec3d)

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 MatOfDouble3 FromArray(
	IEnumerable<Vec3d> enumerable
)

Parameters

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

Return Value

Type: MatOfDouble3
See Also