http://www.emgu.com
Copies the values of the data to Mat.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void SetTo(
Array data
)
Public Sub SetTo (
data As Array
)
public:
void SetTo(
Array^ data
)
member SetTo :
data : Array -> unit
Parameters
- data
- Type: SystemArray
The data storage, must match the size of the Mat
See Also