NativeMethodscore_cvarrToMat Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_cvarrToMat( IntPtr arr, int copyData, int allowND, int coiMode )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_cvarrToMat ( arr As IntPtr, copyData As Integer, allowND As Integer, coiMode As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_cvarrToMat( IntPtr arr, int copyData, int allowND, int coiMode )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_cvarrToMat : arr : IntPtr * copyData : int * allowND : int * coiMode : int -> IntPtr
OpenCvSharp.NativeMethods.core_cvarrToMat = function(arr, copyData, allowND, coiMode);