Click or drag to resize
MatSetTo Method (Array)
http://www.emgu.com
Copies the values of the data to Mat.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void SetTo(
	Array data
)

Parameters

data
Type: SystemArray
The data storage, must match the size of the Mat
See Also