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