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