NativeMethodscore_SparseMat_ptr_3d Method (IntPtr, Int32, Int32, Int32, Int32, UInt64)
|
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_3d(
IntPtr obj,
int i0,
int i1,
int i2,
int createMissing,
ref ulong hashval
)
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl,
ExactSpelling := true>]
Public Shared Function core_SparseMat_ptr_3d (
obj As IntPtr,
i0 As Integer,
i1 As Integer,
i2 As Integer,
createMissing As Integer,
ByRef hashval As ULong
) As IntPtr
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl,
ExactSpelling = true)]
static IntPtr core_SparseMat_ptr_3d(
IntPtr obj,
int i0,
int i1,
int i2,
int createMissing,
unsigned long long% hashval
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)>]
static member core_SparseMat_ptr_3d :
obj : IntPtr *
i0 : int *
i1 : int *
i2 : int *
createMissing : int *
hashval : uint64 byref -> IntPtr
OpenCvSharp.NativeMethods.core_SparseMat_ptr_3d = function(obj, i0, i1, i2, createMissing, hashval);
Parameters
- obj
- Type: SystemIntPtr
- i0
- Type: SystemInt32
- i1
- Type: SystemInt32
- i2
- Type: SystemInt32
- createMissing
- Type: SystemInt32
- hashval
- Type: SystemUInt64
Return Value
Type:
IntPtr
See Also