Click or drag to resize

MatOfPoint3f Constructor (IEnumerableInt32)

constructs n-dimensional matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public MatOfPoint3f(
	IEnumerable<int> sizes
)

Parameters

sizes
Type: System.Collections.GenericIEnumerableInt32
Array of integers specifying an n-dimensional array shape.
See Also