MatOfShortFromArray Method (Int16)
|
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 MatOfShort FromArray(
params short[] arr
)
Public Shared Function FromArray (
ParamArray arr As Short()
) As MatOfShort
public:
static MatOfShort^ FromArray(
... array<short>^ arr
)
static member FromArray :
arr : int16[] -> MatOfShort
OpenCvSharp.MatOfShort.FromArray = function(... arr);
Parameters
- arr
- Type: SystemInt16
Source array data to be copied to this
Return Value
Type:
MatOfShort
See Also