Assigns user data to the array header.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvSetData( IntPtr arr, IntPtr data, int step ) |
Visual Basic (Declaration) |
---|
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.