Click or drag to resize

NativeMethods.core_SparseMat_ptr_2d Method (IntPtr, 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_2d(
	IntPtr obj,
	int i0,
	int i1,
	int createMissing,
	ref ulong hashval
)

Parameters

obj
Type: System.IntPtr
i0
Type: System.Int32
i1
Type: System.Int32
createMissing
Type: System.Int32
hashval
Type: System.UInt64

Return Value

Type: IntPtr
See Also