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.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static IntPtr cvCvtSeqToArray( IntPtr seq, IntPtr elements, MCvSlice slice ) |
Visual Basic (Declaration) |
---|
Public Shared Function cvCvtSeqToArray ( _ seq As IntPtr, _ elements As IntPtr, _ slice As MCvSlice _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvCvtSeqToArray( IntPtr seq, IntPtr elements, MCvSlice slice ) |
Parameters
- seq
- Type: System..::.IntPtr
Sequence
- elements
- Type: System..::.IntPtr
Pointer to the destination array that must be large enough. It should be a pointer to data, not a matrix header
- slice
- Type: Emgu.CV.Structure..::.MCvSlice
The sequence part to copy to the array