http://www.emgu.com
Copy data from this Mat to the managed array
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void CopyTo<T>(
T[] data
)
Public Sub CopyTo(Of T) (
data As T()
)
public:
generic<typename T>
void CopyTo(
array<T>^ data
)
member CopyTo :
data : 'T[] -> unit
Parameters
- data
- Type: T
The managed array where data will be copied to.
Type Parameters
- T
- The type of managed data array
See Also