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