Method SetRectangularArray
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
SetRectangularArray<T>(T[,])
Set the specified array data to this matrix
public bool SetRectangularArray<T>(T[,] data) where T : unmanaged
Parameters
dataT[,]Primitive or Vec array to be copied
Returns
- bool
Length of copied bytes
Type Parameters
T