http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Assigns user data to the array header.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSetData( IntPtr arr, IntPtr data, int step ) |
Visual Basic |
---|
Public Shared Sub cvSetData ( _ arr As IntPtr, _ data As IntPtr, _ step As Integer _ ) |
Visual C++ |
---|
public: static void cvSetData( IntPtr arr, IntPtr data, int step ) |
Parameters
- arr
- Type: System..::..IntPtr
Array header.
- data
- Type: System..::..IntPtr
User data.
- step
- Type: System..::..Int32
Full row length in bytes.