NativeMethodscore_SparseMat_ptr_2d Method (IntPtr, Int32, Int32, Int32, 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_SparseMat_ptr_2d(
IntPtr obj,
int i0,
int i1,
int createMissing,
IntPtr hashval
)
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl,
ExactSpelling := true>]
Public Shared Function core_SparseMat_ptr_2d (
obj As IntPtr,
i0 As Integer,
i1 As Integer,
createMissing As Integer,
hashval As IntPtr
) As IntPtr
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl,
ExactSpelling = true)]
static IntPtr core_SparseMat_ptr_2d(
IntPtr obj,
int i0,
int i1,
int createMissing,
IntPtr hashval
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)>]
static member core_SparseMat_ptr_2d :
obj : IntPtr *
i0 : int *
i1 : int *
createMissing : int *
hashval : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.core_SparseMat_ptr_2d = function(obj, i0, i1, createMissing, hashval);
Parameters
- obj
- Type: SystemIntPtr
- i0
- Type: SystemInt32
- i1
- Type: SystemInt32
- createMissing
- Type: SystemInt32
- hashval
- Type: SystemIntPtr
Return Value
Type:
IntPtr
See Also