NativeMethodscore_SparseMat_hash_2d Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_SparseMat_hash_2d( IntPtr obj, int i0, int i1 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_SparseMat_hash_2d ( obj As IntPtr, i0 As Integer, i1 As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_SparseMat_hash_2d( IntPtr obj, int i0, int i1 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_SparseMat_hash_2d : obj : IntPtr * i0 : int * i1 : int -> IntPtr
OpenCvSharp.NativeMethods.core_SparseMat_hash_2d = function(obj, i0, i1);