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