MatOfUShortFromArray Method (UInt16)
|
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
Syntaxpublic static MatOfUShort FromArray(
params ushort[] arr
)
Public Shared Function FromArray (
ParamArray arr As UShort()
) As MatOfUShort
public:
static MatOfUShort^ FromArray(
... array<unsigned short>^ arr
)
static member FromArray :
arr : uint16[] -> MatOfUShort
OpenCvSharp.MatOfUShort.FromArray = function(... arr);
Parameters
- arr
- Type: SystemUInt16
Source array data to be copied to this
Return Value
Type:
MatOfUShort
See Also