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