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