Copies the entire sequence or subsequence to the specified buffer and returns the pointer to the buffer
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- seq
- IntPtr
Sequence
- elements
- IntPtr
Pointer to the destination array that must be large enough. It should be a pointer to data, not a matrix header
- slice
- MCvSlice
The sequence part to copy to the array