NativeMethodscore_Mat_new9 Method (Int32, Int32, Int32, IntPtr, IntPtr)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)]
public static IntPtr core_Mat_new9(
int ndims,
int[] sizes,
int type,
IntPtr data,
IntPtr[] steps
)
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl,
ExactSpelling := true>]
Public Shared Function core_Mat_new9 (
ndims As Integer,
sizes As Integer(),
type As Integer,
data As IntPtr,
steps As IntPtr()
) As IntPtr
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl,
ExactSpelling = true)]
static IntPtr core_Mat_new9(
int ndims,
array<int>^ sizes,
int type,
IntPtr data,
array<IntPtr>^ steps
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)>]
static member core_Mat_new9 :
ndims : int *
sizes : int[] *
type : int *
data : IntPtr *
steps : IntPtr[] -> IntPtr
OpenCvSharp.NativeMethods.core_Mat_new9 = function(ndims, sizes, type, data, steps);
Parameters
- ndims
- Type: SystemInt32
- sizes
- Type: SystemInt32
- type
- Type: SystemInt32
- data
- Type: SystemIntPtr
- steps
- Type: SystemIntPtr
Return Value
Type:
IntPtr
See Also