MatOfUShortFromArray Method (IEnumerableUInt16) 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 MatOfUShort FromArray(
	IEnumerable<ushort> enumerable
)

Parameters

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

Return Value

Type: MatOfUShort

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

See Also

Reference