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